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