Exception | Description |
---|---|
AdminException |
This is the base class for many system management related exceptions.
|
AppRefException |
This exception is thrown if the attribute name or relationship name is
not valid.
|
ConfigDataNotFoundException |
Indicate the config data does not exist in the document.
|
ConfigDocumentLoadException |
This exception is thrown when config service fail to load the config document
from repository.
|
ConfigDocumentSaveException |
fail to save the config document from MOF data structure to
repository.
|
ConfigServiceException |
base class of all config service exception.
|
ConnectorAuthenticationException |
This exception is thrown when the connector is unable to authenticate
when security is on.
|
ConnectorException |
Base exception thrown because of connector problems
|
ConnectorNotAvailableException |
This exception is thrown when a connector can not be created to a server.
|
DocumentAlreadyExistsException |
This exception is thrown when a ConfigRepository operation can not be
completed because the document already exists within the repository.
|
DocumentChangedException |
This exception is thrown when a document being modified in the
ConfigRepository has already been modified by some other caller.
|
DocumentIOException |
This exception is thrown when an exception occurs while performing
I/O operations on a document in the ConfigRepository.
|
DocumentLockedException |
This exception is thrown if the document in the repository is already
locked by some other caller.
|
DocumentNotFoundException |
This exception is thrown when the requested document and its
digest do not exist in the repository.
|
DocumentUnavailableException |
This exception is thrown if the document does not exist in the
repository, but its digest exists.
|
InvalidAdminClientTypeException |
This exception is thrown if an invalid connector type is specified
when calling AdminClientFactory.createAdminClient.
|
InvalidAttributeNameException |
This exception is thrown if the attribute name or relationship name is
not valid.
|
InvalidAttributeValException |
This exception is thrown when an invalid value is specified for
an attribute when calling ConfigService.
|
InvalidConfigDataTypeException |
This exception is thrown when an invalid type is specified when
accessing the ConfigService.
|
InvalidDocumentURIException | Deprecated
Should use com.ibm.websphere.management.exception.DocumentNotFoundException
|
InvalidParameterException |
This is the base class for many system management related exceptions.
|
InvalidPropertySyntaxException |
This exception is thrown if the attribute name or relationship name is
not valid.
|
InvalidRAScopeException |
This exception is thrown if the requested admin operation is invalid.
|
InvalidRASyntaxException |
This exception is thrown if the attribute name or relationship name is
not valid.
|
InvalidSessionException |
user see this exception when server side doesn't recogonize the session id.
|
MalformedContainmentPathException |
This exception is thrown if there are problems with the containmentPath
when calling ConfigService operations, e.g., the resolve method.
|
NestedAdminException | Deprecated
This exception is deprecated.
|
NoServerDefinedException |
No definition of the server exists within the configuration.
|
ObjectNotRunningException |
This exception is thrown if an WebShere object is not currently
not running.
|
RarConfigException |
This exception is thrown if the configuration of Resource Adapter is determined to be
invalid.
|
ReadOnlyAttributeException |
This exception is thrown if the attribute is read only attribute and user tries
to modify the attribute.
|
RepositoryException |
This is the base class for ConfigRepository related exceptions.
|
RepositoryLockedException |
This exception is thrown if a repository operation can not
complete because the repository has been locked.
|
RequiredAttributeNotFoundException |
This exception is thrown if a required attribute is not specified while
calling ConfigService.
|
SessionTimeoutException |
This exception is thrown if the session supplied to ConfigService has timed out.
|
VersionNotMatchException |
This exception is thrown when the version of input attribute list does
not match up the version of the document in the repository.
|