org.opensaml.common.binding
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public BindingException()
public BindingException(String message)
message
- exception messagepublic BindingException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.