SerializableMissingBundlePrerequisiteException, NoRemoteRepositoryException, PackProtocolException, RemoteRepositoryException, RepositoryNotFoundExceptionpublic class TransportException extends IOException
| Constructor | Description |
|---|---|
TransportException(String s) |
Constructs an TransportException with the specified detail message.
|
TransportException(String s,
Throwable cause) |
Constructs an TransportException with the specified detail message.
|
TransportException(URIish uri,
String s) |
Constructs an TransportException with the specified detail message
prefixed with provided URI.
|
TransportException(URIish uri,
String s,
Throwable cause) |
Constructs an TransportException with the specified detail message
prefixed with provided URI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransportException(URIish uri, String s)
uri - URI used for transports - messagepublic TransportException(URIish uri, String s, Throwable cause)
uri - URI used for transports - messagecause - root cause exceptionpublic TransportException(String s)
s - messageCopyright © 2018. All rights reserved.