Class HttpParser.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.internal.transport.sshd.proxy.HttpParser.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpParser
public static class HttpParser.ParseException extends java.lang.Exception
An exception indicating some problem parsing HTPP headers.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseException()
Creates a newHttpParser.ParseException
without cause.ParseException(java.lang.Throwable cause)
Creates a newHttpParser.ParseException
with the givencause
.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParseException
public ParseException()
Creates a newHttpParser.ParseException
without cause.
-
ParseException
public ParseException(java.lang.Throwable cause)
Creates a newHttpParser.ParseException
with the givencause
.- Parameters:
cause
-Throwable
that caused this exception, ornull
if none
-
-