com.novell.service.session
Class NotAuthenticatedException

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

public class NotAuthenticatedException
extends InvalidStateException

Thrown when an Authenticatable Session is asked to unauthenticate but is already in an unauthenticated state.

See Also:
Serialized Form

Constructor Summary
NotAuthenticatedException()
          Constructs a NotAuthenticatedException with no detail message, but with the constant message Not Authenticated.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAuthenticatedException

public NotAuthenticatedException()
Constructs a NotAuthenticatedException with no detail message, but with the constant message Not Authenticated.