com.novell.service.session
Class AlreadyAuthenticatedException

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

public class AlreadyAuthenticatedException
extends InvalidStateException

Thrown when an Authenticatable Session is requested to authenticate but it is already in an authenticated state.


Constructor Summary
AlreadyAuthenticatedException()
          Constructs an AlreadyAuthenticatedException without any 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

AlreadyAuthenticatedException

public AlreadyAuthenticatedException()
Constructs an AlreadyAuthenticatedException without any detail message.