org.eclipse.emf.cdo.common.util
Class NotAuthenticatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.