|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensaml.common.SAMLException
org.opensaml.common.binding.BindingException
public class BindingException
Base exception for errors that occur when messages are encoded/decoded for a specific binding.
Constructor Summary | |
---|---|
BindingException()
Constructor. |
|
BindingException(Exception wrappedException)
Constructor. |
|
BindingException(String message)
Constructor. |
|
BindingException(String message,
Exception wrappedException)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BindingException()
public BindingException(String message)
message
- exception messagepublic BindingException(Exception wrappedException)
wrappedException
- exception to be wrapped by this onepublic BindingException(String message, Exception wrappedException)
message
- exception messagewrappedException
- exception to be wrapped by this one
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |