Uses of Class
org.apache.jetspeed.i18n.KeyedMessage

Packages that use KeyedMessage
org.apache.jetspeed.administration   
org.apache.jetspeed.ajax   
org.apache.jetspeed.exception   
org.apache.jetspeed.i18n   
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.serializer   
 

Uses of KeyedMessage in org.apache.jetspeed.administration
 

Constructors in org.apache.jetspeed.administration with parameters of type KeyedMessage
AdministrationEmailException(KeyedMessage typedMessage)
           
AdministrationEmailException(KeyedMessage keyedMessage, Throwable nested)
           
RegistrationException(KeyedMessage typedMessage)
           
RegistrationException(KeyedMessage keyedMessage, Throwable nested)
           
 

Uses of KeyedMessage in org.apache.jetspeed.ajax
 

Constructors in org.apache.jetspeed.ajax with parameters of type KeyedMessage
AJAXException(KeyedMessage typedMessage)
           
AJAXException(KeyedMessage keyedMessage, Throwable nested)
           
 

Uses of KeyedMessage in org.apache.jetspeed.exception
 

Fields in org.apache.jetspeed.exception declared as KeyedMessage
private  KeyedMessage JetspeedRuntimeException.keyedMessage
           
private  KeyedMessage JetspeedException.keyedMessage
           
 

Methods in org.apache.jetspeed.exception that return KeyedMessage
 KeyedMessage JetspeedRuntimeException.getKeyedMessage()
           
 KeyedMessage JetspeedException.getKeyedMessage()
           
 

Constructors in org.apache.jetspeed.exception with parameters of type KeyedMessage
JetspeedException(KeyedMessage typedMessage)
           
JetspeedException(KeyedMessage keyedMessage, Throwable nested)
           
JetspeedRuntimeException(KeyedMessage typedMessage)
           
JetspeedRuntimeException(KeyedMessage keyedMessage, Throwable nested)
           
 

Uses of KeyedMessage in org.apache.jetspeed.i18n
 

Methods in org.apache.jetspeed.i18n that return KeyedMessage
protected  KeyedMessage KeyedMessage.create(KeyedMessage source, Object[] arguments)
          Extendable KeyedMessage factory
 KeyedMessage KeyedMessage.create(Object o)
          Simplied version of create(Object[])with only one argument
 KeyedMessage KeyedMessage.create(Object[] arguments)
          Creates a derived KeyedMessage from this instance to provide additional message format arguments.
 KeyedMessage KeyedMessage.create(Object o1, Object o2)
          Simplied version of create(Object[])with only two arguments
 KeyedMessage KeyedMessage.create(Object o1, Object o2, Object o3)
          Simplied version of create(Object[])with only three arguments
 

Methods in org.apache.jetspeed.i18n with parameters of type KeyedMessage
protected  KeyedMessage KeyedMessage.create(KeyedMessage source, Object[] arguments)
          Extendable KeyedMessage factory
 

Constructors in org.apache.jetspeed.i18n with parameters of type KeyedMessage
KeyedMessage(KeyedMessage source, Object[] arguments)
          Constructs a derived KeyedMessage from another KeyedMessage to provide additional message format arguments.
 

Uses of KeyedMessage in org.apache.jetspeed.security
 

Fields in org.apache.jetspeed.security declared as KeyedMessage
static KeyedMessage SecurityException.ANONYMOUS_USER_PROTECTED
          The anonymous user is protected exception message.
static KeyedMessage SecurityException.EMPTY_PARAMETER
          Invalid password exception message.
static KeyedMessage SecurityException.GROUP_ALREADY_EXISTS
          Group principal already exists exception message.
static KeyedMessage SecurityException.GROUP_DOES_NOT_EXIST
          Group principal does not exist exception message.
static KeyedMessage SecurityException.INCORRECT_PASSWORD
          Incorrect password exception message.
static KeyedMessage SecurityException.INVALID_AUTHENTICATION_PROVIDER
          Invalid authentication provider exception message.
static KeyedMessage SecurityException.INVALID_DN
          The dn is invalid.
static KeyedMessage SecurityException.INVALID_NEW_PASSWORD
          Invalid new password exception message.
static KeyedMessage SecurityException.INVALID_PASSWORD
          Invalid password exception message.
static KeyedMessage SecurityException.INVALID_UID
          The uid is invalid.
static KeyedMessage SecurityException.PASSWORD_ALREADY_USED
          Password already used exception message.
static KeyedMessage SecurityException.PASSWORD_REQUIRED
          Password required exception message.
static KeyedMessage SecurityException.PERMISSION_DOES_NOT_EXIST
          Permission does not exist exception message.
static KeyedMessage SecurityException.PRINCIPAL_DOES_NOT_EXIST
          Principal does not exist exception message.
static KeyedMessage SecurityException.ROLE_ALREADY_EXISTS
          Role principal already exists exception message.
static KeyedMessage SecurityException.ROLE_DOES_NOT_EXIST
          Role principal does not exist exception message.
static KeyedMessage SecurityException.UNEXPECTED
          The anonymous user is protected exception message.
static KeyedMessage SecurityException.USER_ALREADY_EXISTS
          User principal already exists exception message.
static KeyedMessage SecurityException.USER_DOES_NOT_EXIST
          User principal does not exist exception message.
 

Constructors in org.apache.jetspeed.security with parameters of type KeyedMessage
SecurityException(KeyedMessage typedMessage)
          Constructor with exception message.
SecurityException(KeyedMessage msg, Throwable nested)
          Constructor with exception message and nested exception.
 

Uses of KeyedMessage in org.apache.jetspeed.serializer
 

Fields in org.apache.jetspeed.serializer declared as KeyedMessage
static KeyedMessage SerializerException.COMPONENT_MANAGER_EXISTS
          Component Manager already initialized
static KeyedMessage SerializerException.COMPONENTMANAGER_DOES_NOT_EXIST
          Component Manager does not exist exception message.
static KeyedMessage SerializerException.CREATE_OBJECT_FAILED
          Creating the serilized Object failed
static KeyedMessage SerializerException.CREATE_SERIALIZED_OBJECT_FAILED
          Creating the serilized Object failed
static KeyedMessage SerializerException.FILE_ALREADY_EXISTS
          Filename already exists
static KeyedMessage SerializerException.FILE_BACKUP_FAILED
          Filename already exists
static KeyedMessage SerializerException.FILE_PROCESSING_ERROR
          io error
static KeyedMessage SerializerException.FILE_READER_ERROR
          reader error
static KeyedMessage SerializerException.FILE_WRITER_ERROR
          writer error
static KeyedMessage SerializerException.GET_EXISTING_OBJECTS
          Creating the serilized Object failed
static KeyedMessage SerializerException.INCOMPETIBLE_VERSION
          version problem - version in XML file is not compatible with current environment
 

Constructors in org.apache.jetspeed.serializer with parameters of type KeyedMessage
SerializerException(KeyedMessage typedMessage)
          Constructor with exception message.
SerializerException(KeyedMessage msg, Throwable nested)
          Constructor with exception message and nested exception.
 



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