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:
  • Constructor Details

    • StorageProfileAssignmentException

      public StorageProfileAssignmentException()
    • StorageProfileAssignmentException

      public StorageProfileAssignmentException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)