Package com.saperion.exception
Class SaFolderOperationNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
com.saperion.exception.SaFolderOperationNotAllowedException
- All Implemented Interfaces:
- Serializable
Thrown when an operation with folders is not allowed.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSaFolderOperationNotAllowedException(String errorMessage) Instantiates a new SaFolderOperationNotAllowed exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaFolderOperationNotAllowedExceptionInstantiates a new SaFolderOperationNotAllowed exception.- Parameters:
- errorMessage- the error message
 
 
-