public class SOAPFaultException extends SOAPException
| コンストラクタと説明 |
|---|
SOAPFaultException()
Constructor.
|
SOAPFaultException(Exception wrappedException)
Constructor.
|
SOAPFaultException(String message)
Constructor.
|
SOAPFaultException(String message,
Exception wrappedException)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Fault |
getFault()
Gets the fault that caused the exception.
|
void |
setFault(Fault fault)
Sets the fault that caused the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SOAPFaultException()
public SOAPFaultException(String message)
message - exception messagepublic SOAPFaultException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 2012. All Rights Reserved.