Class NoLicenseAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.runtime.NoLicenseAvailableException
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionNoLicenseAvailableException
(com.lexmark.saperion.exceptions.EcmException cause) NoLicenseAvailableException
(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, String message, Throwable cause) NoLicenseAvailableException
(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, Map<String, String> parameters, String message, Throwable cause) NoLicenseAvailableException
(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) NoLicenseAvailableException
(String message) NoLicenseAvailableException
(String message, 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
-
NoLicenseAvailableException
public NoLicenseAvailableException() -
NoLicenseAvailableException
-
NoLicenseAvailableException
-
NoLicenseAvailableException
-
NoLicenseAvailableException
-
NoLicenseAvailableException
public NoLicenseAvailableException(com.lexmark.saperion.exceptions.EcmException cause) -
NoLicenseAvailableException
-
NoLicenseAvailableException
public NoLicenseAvailableException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
-