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 Summary
Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.runtime.ClientException
com.lexmark.saperion.exceptions.runtime.ClientException.ClientError
-
Field Summary
Fields inherited from class com.lexmark.saperion.exceptions.runtime.ClientException
CLIENT_GENERAL_ERROR
-
Constructor Summary
ConstructorsConstructorDescriptionStorageProfileAssignmentException
(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageProfileAssignmentException
public StorageProfileAssignmentException() -
StorageProfileAssignmentException
public StorageProfileAssignmentException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
-