Package com.saperion.ngc.exception
Class FolderOperationNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.NavigationException
com.saperion.ngc.exception.FolderOperationNotAllowedException
- All Implemented Interfaces:
- Serializable
Exception thrown when an operation on a folder is not allowed.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFolderOperationNotAllowedException(String message) Instantiates a new folder operation not allowed exception.
- 
Method SummaryMethods inherited from class com.saperion.ngc.exception.NavigationExceptionisLimitErrorMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FolderOperationNotAllowedExceptionInstantiates a new folder operation not allowed exception.- Parameters:
- message- the message
 
 
-