Klasse 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
Alle implementierten Schnittstellen:
Serializable

@Deprecated public class NotAuthenticatedException extends org.eclipse.net4j.util.security.NotAuthenticatedException
Veraltet.
As of 4.3 use NotAuthenticatedException, instead.
An unchecked security exception indicating that a user has canceled an attempt to authenticate himself.
Seit:
4.1
Autor:
Eike Stepper
Siehe auch:
  • Konstruktordetails

    • NotAuthenticatedException

      public NotAuthenticatedException()
      Veraltet.
    • NotAuthenticatedException

      public NotAuthenticatedException(String s)
      Veraltet.
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)
      Veraltet.
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)
      Veraltet.