public class MessageException extends WSException
| コンストラクタと説明 |
|---|
MessageException()
Constructor.
|
MessageException(Exception wrappedException)
Constructor.
|
MessageException(String message)
Constructor.
|
MessageException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageException()
public MessageException(String message)
message - exception messagepublic MessageException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.