Package se.idsec.signservice.integration
Class SignResponseErrorStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.idsec.signservice.integration.SignResponseErrorStatusException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SignResponseCancelStatusException
Exception class that represents non-successful DSS operations.
- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignResponseErrorStatusException
(String majorCode, String minorCode) Constructor.SignResponseErrorStatusException
(String majorCode, String minorCode, String message) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the DSS major status code.Gets the DSS minor status code.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SignResponseErrorStatusException
Constructor.- Parameters:
majorCode
- the DSS major result codeminorCode
- the DSS minor result code
-
SignResponseErrorStatusException
Constructor.- Parameters:
majorCode
- the DSS major result codeminorCode
- the DSS minor result codemessage
- the DSS result message
-
-
Method Details
-
getMajorCode
Gets the DSS major status code.- Returns:
- the DSS major status code
-
getMinorCode
Gets the DSS minor status code.- Returns:
- the DSS minor status code
-