com.iplanet.sso
Class SSOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.sso.SSOException
All Implemented Interfaces:
java.io.Serializable

public class SSOException
extends java.lang.Exception

An SSOException is thrown when there are errors related to SSOToken operations.

See Also:
Serialized Form

Constructor Summary
SSOException(java.lang.String msg)
          Constructs an instance of the SSOException class.
SSOException(java.lang.Throwable t)
          Constructs an instance of the SSOException class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSOException

public SSOException(java.lang.String msg)
Constructs an instance of the SSOException class.
Parameters:
msg - The message provided by the object that is throwing the exception.

SSOException

public SSOException(java.lang.Throwable t)
Constructs an instance of the SSOException class.
Parameters:
The - throwable object provided by the object that is throwing the exception.