public class SOAPClientException extends SOAPException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
SOAPClientException()
Constructor.
|
SOAPClientException(Exception wrappedException)
Constructor.
|
SOAPClientException(String message)
Constructor.
|
SOAPClientException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public SOAPClientException()
public SOAPClientException(@Nullable String message)
message
- exception messagepublic SOAPClientException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.