Package com.saperion.ngc.exception
Class FolderMoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.NavigationException
com.saperion.ngc.exception.FolderMoveException
- All Implemented Interfaces:
Serializable
Exception thrown when a move-folder-operation failed.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Possible causes for a FolderMoveException. -
Constructor Summary
ConstructorsConstructorDescriptionFolderMoveException
(String message, FolderMoveException.FolderMoveExceptionCause cause) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.saperion.ngc.exception.NavigationException
isLimitError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FolderMoveException
Constructor.- Parameters:
message
- exception messagecause
- exception cause
-
-
Method Details
-
getExceptionCause
- Returns:
- cause of this FolderMoveException
-