Class HttpParser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser.ParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpParser
An exception indicating some problem parsing HTPP headers.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newHttpParser.ParseException
without cause.ParseException
(Throwable cause) Creates a newHttpParser.ParseException
with the givencause
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ParseException
public ParseException()Creates a newHttpParser.ParseException
without cause. -
ParseException
Creates a newHttpParser.ParseException
with the givencause
.- Parameters:
cause
-Throwable
that caused this exception, ornull
if none
-