Class RequestException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequestMethodNotAllowedException, RequestParseException

public class RequestException extends ActivityException
Checked exception thrown if an error occurs while translet is parsing the request.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • RequestException

      public RequestException()
      Instantiates a new RequestException.
    • RequestException

      public RequestException(String msg)
      Instantiates a new RequestException.
      Parameters:
      msg - the detail message
    • RequestException

      public RequestException(Throwable cause)
      Instantiates a new RequestException.
      Parameters:
      cause - the real cause of the exception
    • RequestException

      public RequestException(String msg, Throwable cause)
      Instantiates a new RequestException.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception