| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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_PROTECTEDThe anonymous user is protected exception message. | 
| static KeyedMessage | SecurityException.EMPTY_PARAMETERInvalid password exception message. | 
| static KeyedMessage | SecurityException.GROUP_ALREADY_EXISTSGroup principal already exists exception message. | 
| static KeyedMessage | SecurityException.GROUP_DOES_NOT_EXISTGroup principal does not exist exception message. | 
| static KeyedMessage | SecurityException.INCORRECT_PASSWORDIncorrect password exception message. | 
| static KeyedMessage | SecurityException.INVALID_AUTHENTICATION_PROVIDERInvalid authentication provider exception message. | 
| static KeyedMessage | SecurityException.INVALID_DNThe dn is invalid. | 
| static KeyedMessage | SecurityException.INVALID_NEW_PASSWORDInvalid new password exception message. | 
| static KeyedMessage | SecurityException.INVALID_PASSWORDInvalid password exception message. | 
| static KeyedMessage | SecurityException.INVALID_UIDThe uid is invalid. | 
| static KeyedMessage | SecurityException.PASSWORD_ALREADY_USEDPassword already used exception message. | 
| static KeyedMessage | SecurityException.PASSWORD_REQUIREDPassword required exception message. | 
| static KeyedMessage | SecurityException.PERMISSION_DOES_NOT_EXISTPermission does not exist exception message. | 
| static KeyedMessage | SecurityException.PRINCIPAL_DOES_NOT_EXISTPrincipal does not exist exception message. | 
| static KeyedMessage | SecurityException.ROLE_ALREADY_EXISTSRole principal already exists exception message. | 
| static KeyedMessage | SecurityException.ROLE_DOES_NOT_EXISTRole principal does not exist exception message. | 
| static KeyedMessage | SecurityException.UNEXPECTEDThe anonymous user is protected exception message. | 
| static KeyedMessage | SecurityException.USER_ALREADY_EXISTSUser principal already exists exception message. | 
| static KeyedMessage | SecurityException.USER_DOES_NOT_EXISTUser 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_EXISTSComponent Manager already initialized | 
| static KeyedMessage | SerializerException.COMPONENTMANAGER_DOES_NOT_EXISTComponent Manager does not exist exception message. | 
| static KeyedMessage | SerializerException.CREATE_OBJECT_FAILEDCreating the serilized Object failed | 
| static KeyedMessage | SerializerException.CREATE_SERIALIZED_OBJECT_FAILEDCreating the serilized Object failed | 
| static KeyedMessage | SerializerException.FILE_ALREADY_EXISTSFilename already exists | 
| static KeyedMessage | SerializerException.FILE_BACKUP_FAILEDFilename already exists | 
| static KeyedMessage | SerializerException.FILE_PROCESSING_ERRORio error | 
| static KeyedMessage | SerializerException.FILE_READER_ERRORreader error | 
| static KeyedMessage | SerializerException.FILE_WRITER_ERRORwriter error | 
| static KeyedMessage | SerializerException.GET_EXISTING_OBJECTSCreating the serilized Object failed | 
| static KeyedMessage | SerializerException.INCOMPETIBLE_VERSIONversion 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. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||