Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends ProtocolException
Author:
John Mani
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
      Constructs an ParsingException with no detail message.
    • ParsingException

      public ParsingException(String s)
      Constructs an ParsingException with the specified detail message.
      Parameters:
      s - the detail message
    • ParsingException

      public ParsingException(Response r)
      Constructs an ParsingException with the specified Response.
      Parameters:
      r - the Response