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:
- java.io.Serializable
 
 public class SaFolderAlreadyExistsException extends SaSystemException Exception thrown when a folder is created and a sibling with the same name already exists.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SaFolderAlreadyExistsException(java.lang.String message)SaFolderAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)SaFolderAlreadyExistsException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
SaFolderAlreadyExistsExceptionpublic SaFolderAlreadyExistsException(java.lang.Throwable cause) - Parameters:
- cause- causing exception
 
 - 
SaFolderAlreadyExistsExceptionpublic SaFolderAlreadyExistsException(java.lang.String message) - Parameters:
- message- error message
 
 - 
SaFolderAlreadyExistsExceptionpublic SaFolderAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)- Parameters:
- message- error message
- cause- causing exception
 
 
- 
 
-