org.eclipse.emf.cdo.common.util
Class NotAuthenticatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by org.eclipse.emf.cdo.common.util.NotAuthenticatedException
All Implemented Interfaces:
Serializable

public class NotAuthenticatedException
extends SecurityException

An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.

Since:
4.1
See Also:
Serialized Form

Constructor Summary
NotAuthenticatedException()
           
NotAuthenticatedException(String s)
           
NotAuthenticatedException(String message, Throwable cause)
           
NotAuthenticatedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotAuthenticatedException

public NotAuthenticatedException()

NotAuthenticatedException

public NotAuthenticatedException(String s)

NotAuthenticatedException

public NotAuthenticatedException(Throwable cause)

NotAuthenticatedException

public NotAuthenticatedException(String message,
                                 Throwable cause)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.