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