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 SummaryNested Classes Modifier and Type Class Description static classFolderMoveException.FolderMoveExceptionCausePossible causes for a FolderMoveException.
 - 
Constructor SummaryConstructors Constructor Description FolderMoveException(java.lang.String message, FolderMoveException.FolderMoveExceptionCause cause)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderMoveException.FolderMoveExceptionCausegetExceptionCause()- 
Methods inherited from class com.saperion.ngc.exception.NavigationExceptionisLimitError
 
- 
 
- 
- 
- 
Constructor Detail- 
FolderMoveExceptionpublic FolderMoveException(java.lang.String message, FolderMoveException.FolderMoveExceptionCause cause)Constructor.- Parameters:
- message- exception message
- cause- exception cause
 
 
- 
 - 
Method Detail- 
getExceptionCausepublic FolderMoveException.FolderMoveExceptionCause getExceptionCause() - Returns:
- cause of this FolderMoveException
 
 
- 
 
-