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 SummaryConstructorsConstructorDescriptionSaFolderAlreadyExistsException(String message) SaFolderAlreadyExistsException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, 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 message
- cause- causing exception
 
 
-