public class TransportException extends WSException
| コンストラクタと説明 |
|---|
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, toStringpublic TransportException()
public TransportException(String message)
message - exception messagepublic TransportException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.