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.ExceptionAn exception indicating some problem parsing HTPP headers.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseException()Creates a newHttpParser.ParseExceptionwithout cause.ParseException(java.lang.Throwable cause)Creates a newHttpParser.ParseExceptionwith the givencause.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParseException
public ParseException()
Creates a newHttpParser.ParseExceptionwithout cause.
-
ParseException
public ParseException(java.lang.Throwable cause)
Creates a newHttpParser.ParseExceptionwith the givencause.- Parameters:
cause-Throwablethat caused this exception, ornullif none
-
-