Package 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.net4j.util.security.NotAuthenticatedException
- 
- org.eclipse.emf.cdo.common.util.NotAuthenticatedException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @Deprecated public class NotAuthenticatedException extends org.eclipse.net4j.util.security.NotAuthenticatedExceptionDeprecated.As of 4.3 useNotAuthenticatedException, instead.An uncheckedsecurity exceptionindicating that a user has canceled an attempt to authenticate himself.- Since:
- 4.1
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NotAuthenticatedException()Deprecated.NotAuthenticatedException(java.lang.String s)Deprecated.NotAuthenticatedException(java.lang.String message, java.lang.Throwable cause)Deprecated.NotAuthenticatedException(java.lang.Throwable cause)Deprecated.
 
- 
- 
- 
Constructor Detail- 
NotAuthenticatedExceptionpublic NotAuthenticatedException() Deprecated.
 - 
NotAuthenticatedExceptionpublic NotAuthenticatedException(java.lang.String s) Deprecated.
 - 
NotAuthenticatedExceptionpublic NotAuthenticatedException(java.lang.Throwable cause) Deprecated.
 - 
NotAuthenticatedExceptionpublic NotAuthenticatedException(java.lang.String message, java.lang.Throwable cause)Deprecated.
 
- 
 
-