Class RequestGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.saml2.request.RequestGenerationException
All Implemented Interfaces:
Serializable

public class RequestGenerationException extends Exception
Exception class for indicating errors during a request generation.
Author:
Martin Lindström (martin.lindstrom@litsec.se)
See Also:
  • Constructor Details

    • RequestGenerationException

      public RequestGenerationException(String message)
      Constructor taking an error message.
      Parameters:
      message - the error message
    • RequestGenerationException

      public RequestGenerationException(String message, Throwable cause)
      Constructor taking an error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error