org.jboss.security.saml
Class SSOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.security.saml.SSOException
All Implemented Interfaces:
java.io.Serializable

public class SSOException
extends java.lang.Exception

An exception thrown by the Single Sign On processing components

Author:
Sohil Shah - sohil.shah@jboss.com
See Also:
Serialized Form

Constructor Summary
SSOException()
          Initializer
SSOException(java.lang.Exception ex)
          Initializer
SSOException(java.lang.String ex)
          Initializer
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSOException

public SSOException()
Initializer


SSOException

public SSOException(java.lang.String ex)
Initializer

Parameters:
ex -

SSOException

public SSOException(java.lang.Exception ex)
Initializer

Parameters:
ex -