Package com.saperion.exception
Class SaFolderAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaSystemException
com.saperion.exception.SaFolderAlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception thrown when a folder is created and a sibling with the same name already exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaFolderAlreadyExistsException
(String message) SaFolderAlreadyExistsException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaFolderAlreadyExistsException
- Parameters:
cause
- causing exception
-
SaFolderAlreadyExistsException
- Parameters:
message
- error message
-
SaFolderAlreadyExistsException
- Parameters:
message
- error messagecause
- causing exception
-