com.novell.admin.common.exceptions
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.admin.common.exceptions.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

This is the base class for all authentication exceptions.


Field Summary
static AuthenticationException AUTHENTICATE_FAILED
          Can't authenticate
static AuthenticationException CHANGE_PASSWORD_FAILED
          Can't change password
static AuthenticationException GET_IDENTITIY_FAILED
          Can't get identities
static AuthenticationException SET_PASSWORD_FAILED
          Can't set password
static AuthenticationException UN_AUTHENTICATE_FAILED
          Can't un-authenticate
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTHENTICATE_FAILED

public static final AuthenticationException AUTHENTICATE_FAILED
Can't authenticate

UN_AUTHENTICATE_FAILED

public static final AuthenticationException UN_AUTHENTICATE_FAILED
Can't un-authenticate

CHANGE_PASSWORD_FAILED

public static final AuthenticationException CHANGE_PASSWORD_FAILED
Can't change password

SET_PASSWORD_FAILED

public static final AuthenticationException SET_PASSWORD_FAILED
Can't set password

GET_IDENTITIY_FAILED

public static final AuthenticationException GET_IDENTITIY_FAILED
Can't get identities


API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated December 17 2003 1746.