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 Summary
ConstructorsConstructorDescriptionSaFolderOperationNotAllowedException
(String errorMessage) Instantiates a new SaFolderOperationNotAllowed exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaFolderOperationNotAllowedException
Instantiates a new SaFolderOperationNotAllowed exception.- Parameters:
errorMessage
- the error message
-