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
public static class HttpParser.ParseException extends Exception
An exception indicating some problem parsing HTPP headers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
Creates 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
-
-
-
-
Constructor Detail
-
ParseException
public ParseException()
Creates a newHttpParser.ParseException
without cause.
-
ParseException
public ParseException(Throwable cause)
Creates a newHttpParser.ParseException
with the givencause
.- Parameters:
cause
-Throwable
that caused this exception, ornull
if none
-
-