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:
java.io.Serializable
public class FolderMoveException extends NavigationException
Exception thrown when a move-folder-operation failed.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FolderMoveException.FolderMoveExceptionCause
Possible causes for a FolderMoveException.
-
Constructor Summary
Constructors Constructor Description FolderMoveException(java.lang.String message, FolderMoveException.FolderMoveExceptionCause cause)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderMoveException.FolderMoveExceptionCause
getExceptionCause()
-
Methods inherited from class com.saperion.ngc.exception.NavigationException
isLimitError
-
-
-
-
Constructor Detail
-
FolderMoveException
public FolderMoveException(java.lang.String message, FolderMoveException.FolderMoveExceptionCause cause)
Constructor.- Parameters:
message
- exception messagecause
- exception cause
-
-
Method Detail
-
getExceptionCause
public FolderMoveException.FolderMoveExceptionCause getExceptionCause()
- Returns:
- cause of this FolderMoveException
-
-