public class TransportException extends WSException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
TransportException()
Constructor.
|
TransportException(Exception wrappedException)
Constructor.
|
TransportException(String message)
Constructor.
|
TransportException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public TransportException()
public TransportException(String message)
message - exception messagepublic TransportException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999-2016. All Rights Reserved.