|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception issrg.utils.EmbeddedException issrg.pba.PbaException issrg.globus.SamlException
public class SamlException
This class represents a SamlException that is usually thrown if an error occurs during processing of SAML messages.
Constructor Summary | |
---|---|
SamlException()
|
|
SamlException(java.lang.String msg)
|
|
SamlException(java.lang.String msg,
java.lang.Throwable th)
|
Method Summary |
---|
Methods inherited from class issrg.utils.EmbeddedException |
---|
getEmbedded, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SamlException()
public SamlException(java.lang.String msg)
public SamlException(java.lang.String msg, java.lang.Throwable th)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |