Package se.idsec.signservice.integration
Class SignResponseCancelStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.idsec.signservice.integration.SignResponseErrorStatusException
se.idsec.signservice.integration.SignResponseCancelStatusException
- All Implemented Interfaces:
Serializable
Dedicated exception class to represent a user cancel.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class se.idsec.signservice.integration.SignResponseErrorStatusException
getMajorCode, getMinorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SignResponseCancelStatusException
public SignResponseCancelStatusException()Constructor.
-