|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.jgit.errors.TransportException
org.eclipse.jgit.errors.PackProtocolException
public class PackProtocolException
Indicates a protocol error has occurred while fetching/pushing objects.
| Constructor Summary | |
|---|---|
PackProtocolException(java.lang.String s)
Constructs an PackProtocolException with the specified detail message. |
|
PackProtocolException(java.lang.String s,
java.lang.Throwable cause)
Constructs an PackProtocolException with the specified detail message. |
|
PackProtocolException(URIish uri,
java.lang.String s)
Constructs an PackProtocolException with the specified detail message prefixed with provided URI. |
|
PackProtocolException(URIish uri,
java.lang.String s,
java.lang.Throwable cause)
Constructs an PackProtocolException with the specified detail message prefixed with provided URI. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PackProtocolException(URIish uri,
java.lang.String s)
uri - URI used for transports - message
public PackProtocolException(URIish uri,
java.lang.String s,
java.lang.Throwable cause)
uri - URI used for transports - messagecause - root cause exceptionpublic PackProtocolException(java.lang.String s)
s - message
public PackProtocolException(java.lang.String s,
java.lang.Throwable cause)
s - messagecause - root cause exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||