Class 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:
    Serialized Form
    • Constructor Detail

      • 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