com.iplanet.portalserver.session
Class SessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iplanet.portalserver.session.SessionException

public class SessionException
extends java.lang.Exception

A SessionException is thrown if the Naming Service can not find a URL for the session service.

See Also:
Serialized Form

Constructor Summary
SessionException(java.lang.String msg)
          Constructs an instance of the SessionException class.
SessionException(java.lang.Throwable t)
          Constructs an instance of the SessionException 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

SessionException

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

SessionException

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