Class SignResponseProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.idsec.signservice.integration.core.error.SignServiceIntegrationException
se.idsec.signservice.integration.core.error.SignServiceIntegrationCategoryException
se.idsec.signservice.integration.process.impl.SignResponseProcessingException
All Implemented Interfaces:
Serializable

public class SignResponseProcessingException extends se.idsec.signservice.integration.core.error.SignServiceIntegrationCategoryException
Exception class for processing errors of a SignResponse message.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also:
  • Constructor Details

    • SignResponseProcessingException

      public SignResponseProcessingException(se.idsec.signservice.integration.core.error.ErrorCode.Code code, String message)
      Constructor.
      Parameters:
      code - the error code (within the given category)
      message - the error message
    • SignResponseProcessingException

      public SignResponseProcessingException(se.idsec.signservice.integration.core.error.ErrorCode.Code code, String message, Throwable cause)
      Constructor.
      Parameters:
      code - the error code (within the given category)
      message - the error message
      cause - the cause of the error
  • Method Details

    • getHttpStatus

      public int getHttpStatus()
      Specified by:
      getHttpStatus in class se.idsec.signservice.integration.core.error.SignServiceIntegrationException
    • getCategory

      protected se.idsec.signservice.integration.core.error.ErrorCode.Category getCategory()
      Overrides:
      getCategory in class se.idsec.signservice.integration.core.error.SignServiceIntegrationException