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.ParseExceptionwithout cause.ParseException(Throwable cause)Creates a newHttpParser.ParseExceptionwith 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.ParseExceptionwithout cause.
-
ParseException
public ParseException(Throwable cause)
Creates a newHttpParser.ParseExceptionwith the givencause.- Parameters:
cause-Throwablethat caused this exception, ornullif none
-
-