Class StorageProfileAssignmentException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • 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
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StorageProfileAssignmentException

        public StorageProfileAssignmentException()
      • StorageProfileAssignmentException

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