org.apache.jetspeed.security
Class InvalidUidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jetspeed.exception.JetspeedException
              extended by org.apache.jetspeed.security.SecurityException
                  extended by org.apache.jetspeed.security.InvalidUidException
All Implemented Interfaces:
Serializable

public class InvalidUidException
extends SecurityException

Exception thrown when the uid is invalid.

Author:
David Le Strat
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          The serial version uid.
 
Fields inherited from class org.apache.jetspeed.security.SecurityException
ANONYMOUS_USER_PROTECTED, EMPTY_PARAMETER, GROUP_ALREADY_EXISTS, GROUP_DOES_NOT_EXIST, INCORRECT_PASSWORD, INVALID_AUTHENTICATION_PROVIDER, INVALID_DN, INVALID_NEW_PASSWORD, INVALID_PASSWORD, INVALID_UID, PASSWORD_ALREADY_USED, PASSWORD_REQUIRED, PERMISSION_DOES_NOT_EXIST, PRINCIPAL_DOES_NOT_EXIST, ROLE_ALREADY_EXISTS, ROLE_DOES_NOT_EXIST, UNEXPECTED, USER_ALREADY_EXISTS, USER_DOES_NOT_EXIST
 
Fields inherited from class org.apache.jetspeed.exception.JetspeedException
KEYED_MESSAGE_BUNDLE
 
Constructor Summary
InvalidUidException()
           
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.exception.JetspeedException
getKeyedMessage, getMessage, getMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version uid.

See Also:
Constant Field Values
Constructor Detail

InvalidUidException

public InvalidUidException()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.