com.novell.service.session
Class SessionAttrInUseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.service.session.SessionException
                    |
                    +--com.novell.service.session.SessionAttrInUseException

public class SessionAttrInUseException
extends SessionException

Thrown when a session attribute is already contained in a SessionAttrs.


Constructor Summary
SessionAttrInUseException(java.lang.String s)
          Constructs a SessionAttrInUseException with the specified detail message.
 
Methods inherited from class com.novell.service.session.SessionException
getRootCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionAttrInUseException

public SessionAttrInUseException(java.lang.String s)
Constructs a SessionAttrInUseException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - The detail message describing the exception.