Class JobCannotBeCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
no.digipost.signature.client.core.exceptions.SignatureException
no.digipost.signature.client.core.exceptions.JobCannotBeCancelledException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobCannotBeCancelledException
(StatusCode status, String errorCode, String errorMessageFromServer) JobCannotBeCancelledException
(StatusCode status, no.digipost.signature.api.xml.XMLError errorEntity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobCannotBeCancelledException
public JobCannotBeCancelledException(StatusCode status, no.digipost.signature.api.xml.XMLError errorEntity) -
JobCannotBeCancelledException
public JobCannotBeCancelledException(StatusCode status, String errorCode, String errorMessageFromServer)
-