com.fatwire.wem.sso
Class SSOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fatwire.wem.sso.SSOException
All Implemented Interfaces:
java.io.Serializable

public class SSOException
extends java.lang.Exception

The general exception class for WEM SSO.

See Also:
Serialized Form

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

SSOException

public SSOException(java.lang.Throwable thr)

SSOException

public SSOException(java.lang.String message,
                    java.lang.Throwable cause)


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.