issrg.globus
Class SamlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by issrg.pba.PbaException
                  extended by issrg.globus.SamlException
All Implemented Interfaces:
java.io.Serializable

public class SamlException
extends PbaException

This class represents a SamlException that is usually thrown if an error occurs during processing of SAML messages.

See Also:
Serialized Form

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

SamlException

public SamlException()

SamlException

public SamlException(java.lang.String msg)

SamlException

public SamlException(java.lang.String msg,
                     java.lang.Throwable th)