public class BindingException extends SAMLException
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
public BindingException()
public BindingException(@Nullable String message)
message
- exception messagepublic BindingException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.