org.jboss.security.identity.sso
Class SSOException

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

public class SSOException
extends Exception

Exception for the SSO Project

Since:
Apr 10, 2006
Version:
$Revision: 81038 $
Author:
Sohil Shah, Anil Saldhana
See Also:
Serialized Form

Constructor Summary
SSOException()
           
SSOException(String message)
           
SSOException(String message, Throwable cause)
           
SSOException(Throwable cause)
           
 
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

SSOException

public SSOException()

SSOException

public SSOException(String message,
                    Throwable cause)

SSOException

public SSOException(String message)

SSOException

public SSOException(Throwable cause)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.