Package | Description |
---|---|
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 |
Constructor and Description |
---|
AdministrationEmailException(KeyedMessage keyedMessage) |
AdministrationEmailException(KeyedMessage keyedMessage,
Throwable nested) |
RegistrationException(KeyedMessage typedMessage) |
RegistrationException(KeyedMessage keyedMessage,
Throwable nested) |
Constructor and Description |
---|
AJAXException(KeyedMessage typedMessage) |
AJAXException(KeyedMessage keyedMessage,
Throwable nested) |
Modifier and Type | Method and Description |
---|---|
KeyedMessage |
JetspeedRuntimeException.getKeyedMessage() |
KeyedMessage |
JetspeedException.getKeyedMessage() |
Constructor and Description |
---|
JetspeedException(KeyedMessage typedMessage) |
JetspeedException(KeyedMessage keyedMessage,
Throwable nested) |
JetspeedRuntimeException(KeyedMessage typedMessage) |
JetspeedRuntimeException(KeyedMessage keyedMessage,
Throwable nested) |
Modifier and Type | Method and Description |
---|---|
protected KeyedMessage |
KeyedMessage.create(KeyedMessage source,
Object[] arguments)
Extendable KeyedMessage factory
|
KeyedMessage |
KeyedMessage.create(Object o)
Simplified version of
create(Object[]) with only one message 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)
Simplified version of
create(Object[]) with only two arguments |
KeyedMessage |
KeyedMessage.create(Object o1,
Object o2,
Object o3)
Simplified version of
create(Object[]) with only three arguments |
protected KeyedMessage |
KeyedMessage.createScoped(KeyedMessage source,
String scope,
Object[] arguments)
Extendable scoped KeyedMessage factory
|
KeyedMessage |
KeyedMessage.createScoped(String scope)
Simplified version of
createScoped(String, Object[]) without message arguments |
KeyedMessage |
KeyedMessage.createScoped(String scope,
Object o)
Simplified version of
createScoped(String, Object[]) with only one message argument |
KeyedMessage |
KeyedMessage.createScoped(String scope,
Object[] arguments)
Creates a derived scoped KeyedMessage from this instance to provide additional message format arguments.
|
KeyedMessage |
KeyedMessage.createScoped(String scope,
Object o1,
Object o2)
Simplified version of
createScoped(String, Object[]) with only two arguments |
KeyedMessage |
KeyedMessage.createScoped(String scope,
Object o1,
Object o2,
Object o3)
Simplified version of
createScoped(String, Object[]) with only three arguments |
Modifier and Type | Method and Description |
---|---|
protected KeyedMessage |
KeyedMessage.create(KeyedMessage source,
Object[] arguments)
Extendable KeyedMessage factory
|
protected KeyedMessage |
KeyedMessage.createScoped(KeyedMessage source,
String scope,
Object[] arguments)
Extendable scoped KeyedMessage factory
|
Constructor and Description |
---|
KeyedMessage(KeyedMessage source,
String scope,
Object[] arguments)
Constructs a derived KeyedMessage from another KeyedMessage to provide additional message format arguments.
|
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
SecurityException(KeyedMessage typedMessage)
Constructor with exception message.
|
SecurityException(KeyedMessage msg,
Throwable nested)
Constructor with exception message and nested exception.
|
Modifier and Type | Field and Description |
---|---|
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
|
Constructor and Description |
---|
SerializerException(KeyedMessage typedMessage)
Constructor with exception message.
|
SerializerException(KeyedMessage msg,
Throwable nested)
Constructor with exception message and nested exception.
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.