Package com.saperion.ngc.exception
Class NavigationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.NavigationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeleteSubfolderException
,DuplicateFolderException
,FolderMoveException
,FolderOperationNotAllowedException
,InvalidFolderNameException
,UnsupportedDDCException
,WrongDocumentDDCException
Folder navigation exception class.
- Author:
- mak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationException
(String message) Constructor.NavigationException
(String message, Throwable cause) Constructor.NavigationException
(Throwable main) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NavigationException
Constructor.- Parameters:
message
- message
-
NavigationException
Constructor.- Parameters:
message
- messagecause
- causing exception
-
NavigationException
Constructor.- Parameters:
main
- Main exception
-
-
Method Details
-
isLimitError
public boolean isLimitError()- Returns:
- Limit error
-