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:
java.io.Serializable
public class SaFolderOperationNotAllowedException extends SaSystemException
Thrown when an operation with folders is not allowed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaFolderOperationNotAllowedException(java.lang.String errorMessage)
Instantiates a new SaFolderOperationNotAllowed exception.
-