Class SignResponseErrorStatusException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.idsec.signservice.integration.SignResponseErrorStatusException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SignResponseCancelStatusException

public class SignResponseErrorStatusException extends Exception
Exception class that represents non-successful DSS operations.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also:
  • Constructor Details

    • SignResponseErrorStatusException

      public SignResponseErrorStatusException(String majorCode, String minorCode)
      Constructor.
      Parameters:
      majorCode - the DSS major result code
      minorCode - the DSS minor result code
    • SignResponseErrorStatusException

      public SignResponseErrorStatusException(String majorCode, String minorCode, String message)
      Constructor.
      Parameters:
      majorCode - the DSS major result code
      minorCode - the DSS minor result code
      message - the DSS result message
  • Method Details

    • getMajorCode

      public String getMajorCode()
      Gets the DSS major status code.
      Returns:
      the DSS major status code
    • getMinorCode

      public String getMinorCode()
      Gets the DSS minor status code.
      Returns:
      the DSS minor status code