Serializable
MissingBundlePrerequisiteException
, NoRemoteRepositoryException
, PackProtocolException
, RemoteRepositoryException
, RepositoryNotFoundException
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.