Class StorageProfileAssignmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.runtime.ClientException
com.lexmark.saperion.exceptions.runtime.StorageProfileAssignmentException
- All Implemented Interfaces:
- Serializable
public class StorageProfileAssignmentException
extends com.lexmark.saperion.exceptions.runtime.ClientException
This exception is thrown when a document cannot be archived because it was impossible to assign a storage profile
 to the new document. This can happen when no default profile is defined in the configuration and the formulas of
 all available profiles evaluated to false for this document.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.lexmark.saperion.exceptions.runtime.ClientExceptioncom.lexmark.saperion.exceptions.runtime.ClientException.ClientError
- 
Field SummaryFields inherited from class com.lexmark.saperion.exceptions.runtime.ClientExceptionCLIENT_GENERAL_ERROR
- 
Constructor SummaryConstructorsConstructorDescriptionStorageProfileAssignmentException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) 
- 
Method SummaryMethods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeExceptioncreateError, getDescriptionParameters, getErrorCode, getErrorDetailsMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
StorageProfileAssignmentExceptionpublic StorageProfileAssignmentException()
- 
StorageProfileAssignmentExceptionpublic StorageProfileAssignmentException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) 
 
-