Class NoLicenseAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoLicenseAvailableException
    extends com.lexmark.saperion.exceptions.EcmRuntimeException
    This exception is thrown when a request cannot be processed because no more licenses are available.
    See Also:
    Serialized Form
    • 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

      • NoLicenseAvailableException

        public NoLicenseAvailableException()
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails,
                                           java.util.Map<java.lang.String,​java.lang.String> parameters,
                                           java.lang.String message,
                                           java.lang.Throwable cause)
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails,
                                           java.lang.String message,
                                           java.lang.Throwable cause)
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(java.lang.String message)
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(java.lang.Throwable cause)
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(com.lexmark.saperion.exceptions.EcmException cause)
      • NoLicenseAvailableException

        public NoLicenseAvailableException​(java.lang.String message,
                                           java.lang.Throwable cause)
      • NoLicenseAvailableException

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