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:
Serializable

@Deprecated public class NotAuthenticatedException extends org.eclipse.net4j.util.security.NotAuthenticatedException
Deprecated.
As of 4.3 use NotAuthenticatedException, instead.
An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.
Since:
4.1
Author:
Eike Stepper
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException()
      Deprecated.
    • NotAuthenticatedException

      public NotAuthenticatedException(String s)
      Deprecated.
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)
      Deprecated.
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)
      Deprecated.