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, java.lang.Throwable nested)
           
RegistrationException(KeyedMessage typedMessage)
           
RegistrationException(KeyedMessage keyedMessage, java.lang.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, java.lang.Throwable nested)
           
 

Uses of KeyedMessage in org.apache.jetspeed.exception
 

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

Constructors in org.apache.jetspeed.exception with parameters of type KeyedMessage
JetspeedException(KeyedMessage typedMessage)
           
JetspeedException(KeyedMessage keyedMessage, java.lang.Throwable nested)
           
JetspeedRuntimeException(KeyedMessage typedMessage)
           
JetspeedRuntimeException(KeyedMessage keyedMessage, java.lang.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, java.lang.Object[] arguments)
          Extendable KeyedMessage factory
 KeyedMessage KeyedMessage.create(java.lang.Object o)
          Simplified version of create(Object[])with only one message argument
 KeyedMessage KeyedMessage.create(java.lang.Object[] arguments)
          Creates a derived KeyedMessage from this instance to provide additional message format arguments.
 KeyedMessage KeyedMessage.create(java.lang.Object o1, java.lang.Object o2)
          Simplified version of create(Object[])with only two arguments
 KeyedMessage KeyedMessage.create(java.lang.Object o1, java.lang.Object o2, java.lang.Object o3)
          Simplified version of create(Object[])with only three arguments
protected  KeyedMessage KeyedMessage.createScoped(KeyedMessage source, java.lang.String scope, java.lang.Object[] arguments)
          Extendable scoped KeyedMessage factory
 KeyedMessage KeyedMessage.createScoped(java.lang.String scope)
          Simplified version of createScoped(String, Object[]) without message arguments
 KeyedMessage KeyedMessage.createScoped(java.lang.String scope, java.lang.Object o)
          Simplified version of createScoped(String, Object[])with only one message argument
 KeyedMessage KeyedMessage.createScoped(java.lang.String scope, java.lang.Object[] arguments)
          Creates a derived scoped KeyedMessage from this instance to provide additional message format arguments.
 KeyedMessage KeyedMessage.createScoped(java.lang.String scope, java.lang.Object o1, java.lang.Object o2)
          Simplified version of createScoped(String, Object[])with only two arguments
 KeyedMessage KeyedMessage.createScoped(java.lang.String scope, java.lang.Object o1, java.lang.Object o2, java.lang.Object o3)
          Simplified version of createScoped(String, Object[])with only three arguments
 

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

Constructors in org.apache.jetspeed.i18n with parameters of type KeyedMessage
KeyedMessage(KeyedMessage source, java.lang.String scope, java.lang.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.ATTRIBUTE_IS_READ_ONLY
           
static KeyedMessage SecurityException.ATTRIBUTE_IS_REQUIRED
           
static KeyedMessage SecurityException.ATTRIBUTES_ARE_READ_ONLY
           
static KeyedMessage SecurityException.ATTRIBUTES_NOT_EXTENDABLE
           
static KeyedMessage SecurityException.DEFAULT_SECURITY_DOMAIN_DOES_NOT_EXIST
           
static KeyedMessage SecurityException.DEPENDENT_PRINCIPAL_EXISTS
          Principal has one or more dependents.
static KeyedMessage SecurityException.EMPTY_PARAMETER
          Invalid password exception message.
static KeyedMessage SecurityException.ENTITY_ATTRIBUTE_MULTIVALUE_UNSUPPORTED
          Entity association attribute undefined
static KeyedMessage SecurityException.ENTITY_ATTRIBUTE_UNDEFINED
          Entity association attribute undefined
static KeyedMessage SecurityException.GROUP_ALREADY_EXISTS
          Deprecated. use #PRINCIPAL_ALREADY_EXIST with method createScoped(String, Object) instead
static KeyedMessage SecurityException.GROUP_DOES_NOT_EXIST
          Deprecated. use SecurityException.PRINCIPAL_DOES_NOT_EXIST with method createScoped(String, Object) instead
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_ALREADY_EXISTS
          Permission already exists exception message.
static KeyedMessage SecurityException.PERMISSION_DOES_NOT_EXIST
          Permission does not exist exception message.
static KeyedMessage SecurityException.PRINCIPAL_ALREADY_EXISTS
          Principal already exists exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_ALREADY_EXISTS
          Principal association already exist with principal
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_DOMINANT
          Principal association dominant for same types exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_DOMINANT_MIXED
          Principal association dominant for mixed types exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_REQUIRED
          Principal association required exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_SINGULAR
          Principal association singular for same types exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_SINGULAR_MIXED
          Principal association singular for mixed types exception message.
static KeyedMessage SecurityException.PRINCIPAL_ASSOCIATION_UNSUPPORTED
          Principal association is not supported exception message.
static KeyedMessage SecurityException.PRINCIPAL_DOES_NOT_EXIST
          Principal does not exist exception message.
static KeyedMessage SecurityException.PRINCIPAL_IS_READ_ONLY
          Principal is read only exception message.
static KeyedMessage SecurityException.PRINCIPAL_NOT_REMOVABLE
          Principal is not removable exception message.
static KeyedMessage SecurityException.PRINCIPAL_UPDATE_FAILURE
          Principal updating failed exception message.
static KeyedMessage SecurityException.ROLE_ALREADY_EXISTS
          Deprecated. use #PRINCIPAL_ALREADY_EXIST with method createScoped(String, Object) instead
static KeyedMessage SecurityException.ROLE_DOES_NOT_EXIST
          Deprecated. use SecurityException.PRINCIPAL_DOES_NOT_EXIST with method createScoped(String, Object) instead
static KeyedMessage SecurityException.SECURITY_DOMAIN_DOES_NOT_EXIST
           
static KeyedMessage SecurityException.SECURITY_DOMAIN_EXISTS
           
static KeyedMessage SecurityException.SECURITY_DOMAIN_NOT_REMOVABLE
           
static KeyedMessage SecurityException.SECURITY_DOMAIN_UPDATE_FAILURE
           
static KeyedMessage SecurityException.UNEXPECTED
          The anonymous user is protected exception message.
static KeyedMessage SecurityException.UNKNOWN_PRINCIPAL_TYPE
           
static KeyedMessage SecurityException.USER_ALREADY_EXISTS
          Deprecated. use SecurityException.PRINCIPAL_ALREADY_EXISTS with method createScoped(String, Object) instead
static KeyedMessage SecurityException.USER_DOES_NOT_EXIST
          Deprecated. use SecurityException.PRINCIPAL_DOES_NOT_EXIST with method createScoped(String, Object) instead
 

Constructors in org.apache.jetspeed.security with parameters of type KeyedMessage
SecurityException(KeyedMessage typedMessage)
          Constructor with exception message.
SecurityException(KeyedMessage msg, java.lang.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.EXPORT_ERROR
          export error
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.IMPORT_ERROR
          import error
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, java.lang.Throwable nested)
          Constructor with exception message and nested exception.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.