|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MetaMatrixException in com.metamatrix.admin.api.exception.security |
---|
Subclasses of MetaMatrixException in com.metamatrix.admin.api.exception.security | |
---|---|
class |
InvalidSessionException
|
class |
MetaMatrixSecurityException
|
class |
SessionException
|
Uses of MetaMatrixException in com.metamatrix.api.exception |
---|
Subclasses of MetaMatrixException in com.metamatrix.api.exception | |
---|---|
class |
ComponentCommunicationException
Exception which occurs if there is a communication failure between components - like socket failure, or JMS message failure. |
class |
ComponentNotFoundException
Exception which occurs if a system component could not be found by another component. |
class |
MetaMatrixComponentException
Exception which occurs if an error occurs within the server that is not business-related. |
class |
MetaMatrixProcessingException
This exception is a superclass for exceptions that are thrown during processing as a result of user input. |
Uses of MetaMatrixException in com.metamatrix.api.exception.query |
---|
Subclasses of MetaMatrixException in com.metamatrix.api.exception.query | |
---|---|
class |
CriteriaEvaluationException
This exception is thrown when an error occurs while evaluating a SQL criteria. |
class |
ExpressionEvaluationException
This exception is thrown when an error occurs while evaluating a SQL expression. |
class |
FunctionExecutionException
During processing, an invalid function was detected. |
class |
FunctionMetadataException
Detected invalid function metadata during validation. |
class |
InvalidFunctionException
During processing, an invalid function was detected. |
class |
ProcedureErrorInstructionException
Used to notify the user that the virtual procedure raised an error. |
class |
QueryMetadataException
This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade. |
class |
QueryParserException
Thrown when a query cannot be parsed. |
class |
QueryPlannerException
This exception is thrown when an error occurs while planning the query. |
class |
QueryProcessingException
This exception is thrown when an error occurs while retrieving metadata from a query component metadata facade. |
class |
QueryResolverException
This exception represents the case where the query submitted could not resolved when it is checked against the metadata |
class |
QueryValidatorException
This exception is thrown if an error is discovered while validating the query. |
Uses of MetaMatrixException in com.metamatrix.api.exception.security |
---|
Subclasses of MetaMatrixException in com.metamatrix.api.exception.security | |
---|---|
class |
AuthorizationException
|
class |
AuthorizationMgmtException
|
class |
InvalidPrincipalException
|
class |
InvalidUserException
|
class |
InvalidVDBException
Indicates that an invalid VDB was requested for logon. |
class |
LogonException
This exception is thrown when an attempt to log in to obtain a session has failed. |
class |
MembershipServiceException
|
class |
MetaMatrixAuthenticationException
|
class |
SessionServiceException
|
class |
UnsupportedCredentialException
|
Uses of MetaMatrixException in com.metamatrix.api.exception.server |
---|
Subclasses of MetaMatrixException in com.metamatrix.api.exception.server | |
---|---|
class |
InvalidRequestIDException
Thrown when trying to access a request by ID and the request does not exist. |
Uses of MetaMatrixException in com.metamatrix.common.actions |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.actions | |
---|---|
class |
ModificationException
|
class |
StringLengthExceededException
|
Uses of MetaMatrixException in com.metamatrix.common.buffer |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.buffer | |
---|---|
class |
BlockedException
This exception is thrown if the buffer manager blocks waiting on input during processing. |
class |
BlockedOnMemoryException
This exception is thrown by the plan if it receives a MemoryNotAvailableException while attempting to pin a batch in the BufferManager. |
class |
MemoryNotAvailableException
Indicates memory was not available for the requested operation. |
class |
TupleSourceNotFoundException
Indicates a TupleSource could not be found. |
Uses of MetaMatrixException in com.metamatrix.common.callback |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.callback | |
---|---|
class |
UnsupportedCallbackException
Exception which occurs if an error occurs within the server that is not business-related. |
Uses of MetaMatrixException in com.metamatrix.common.config |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.config | |
---|---|
class |
StartupStateException
This exception is thrown by StartupStateController , to
indicate to a calling MetaMatrixController that the system is
not in a state in which initialization can proceed. |
Uses of MetaMatrixException in com.metamatrix.common.config.api.exceptions |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.config.api.exceptions | |
---|---|
class |
ConfigurationConnectionException
|
class |
ConfigurationException
|
class |
ConfigurationLockException
|
class |
DuplicateComponentException
|
class |
InvalidArgumentException
|
class |
InvalidComponentException
|
class |
InvalidComponentIDCharacterException
|
class |
InvalidComponentIDFormatException
|
class |
InvalidConfigurationException
|
class |
InvalidDeployedComponentException
|
class |
InvalidNameException
|
class |
InvalidPropertyValueException
|
class |
InvalidStringValueException
|
class |
InvalidVersionException
|
class |
ZeroLengthComponentIDException
|
Uses of MetaMatrixException in com.metamatrix.common.config.util |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.config.util | |
---|---|
class |
ConfigObjectsNotResolvableException
|
class |
InvalidConfigurationElementException
|
Uses of MetaMatrixException in com.metamatrix.common.connection |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.connection | |
---|---|
class |
ManagedConnectionException
|
Uses of MetaMatrixException in com.metamatrix.common.extensionmodule.exception |
---|
Uses of MetaMatrixException in com.metamatrix.common.id.dbid |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.id.dbid | |
---|---|
class |
DBIDGeneratorException
Exception which occurs if an error occurs within the server that is not business-related. |
Uses of MetaMatrixException in com.metamatrix.common.jdbc |
---|
Methods in com.metamatrix.common.jdbc that throw MetaMatrixException | |
---|---|
protected java.sql.Connection |
SimplePooledConnectionSource.createConnection()
|
static java.sql.Connection |
JDBCUtil.createJDBCConnection(java.util.Properties env)
This creates a JDBC connection. |
static java.lang.String |
JDBCUtil.getDatabaseURL(java.util.Properties env)
|
static JDBCPlatform |
JDBCPlatformFactory.getPlatform(java.sql.Connection jdbcConnection)
|
static JDBCPlatform |
JDBCPlatformFactory.getPlatform(java.lang.String url,
java.lang.String driverName)
|
java.lang.String[] |
JDBCPlatform.getTableTypes()
|
void |
JDBCPlatform.setConnection(java.sql.Connection conn)
|
Uses of MetaMatrixException in com.metamatrix.common.log |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.log | |
---|---|
class |
DbWriterException
|
Uses of MetaMatrixException in com.metamatrix.common.log.config |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.log.config | |
---|---|
class |
LogConfigurationException
|
Uses of MetaMatrixException in com.metamatrix.common.log.reader |
---|
Methods in com.metamatrix.common.log.reader that throw MetaMatrixException | |
---|---|
void |
DBLogReader.init()
|
Constructors in com.metamatrix.common.log.reader that throw MetaMatrixException | |
---|---|
DBLogReader()
|
Uses of MetaMatrixException in com.metamatrix.common.messaging |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.messaging | |
---|---|
class |
MessagingException
|
Uses of MetaMatrixException in com.metamatrix.common.object |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.object | |
---|---|
class |
MultiplicityExpressionException
|
Uses of MetaMatrixException in com.metamatrix.common.transaction |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.transaction | |
---|---|
class |
TransactionException
TransactionException exception indicates that the request cannot be executed because of an error with the transaction. |
class |
TransactionNotSupportedException
TransactionNotSupportedException exception indicates that the request cannot be executed because the transaction operation is not a supported feature. |
Uses of MetaMatrixException in com.metamatrix.common.tree |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.tree | |
---|---|
class |
TreeNodeException
This exception denotes that the user account could not be identified, could not be located, or was invalid. |
Uses of MetaMatrixException in com.metamatrix.common.types |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.types | |
---|---|
class |
TransformationException
The exception is thrown when an error occurs during data transformation, typically a formatting error or an invalid input type. |
Uses of MetaMatrixException in com.metamatrix.common.util.crypto |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.util.crypto | |
---|---|
class |
CryptoException
A catch-all exception for any exceptions related to encryption and decryption operations. |
Uses of MetaMatrixException in com.metamatrix.common.xa |
---|
Subclasses of MetaMatrixException in com.metamatrix.common.xa | |
---|---|
class |
XATransactionException
Exception which occurs if an error occurs within the server that is XA transaction-related. |
Uses of MetaMatrixException in com.metamatrix.console.util |
---|
Subclasses of MetaMatrixException in com.metamatrix.console.util | |
---|---|
class |
ExternalException
Wrapper class intended to represent any exception apparently caused by the server or anything accessed through the server not producing an expected result. |
class |
InvalidRequestException
Wrapper class intended to represent any exception thrown by an API method which would appear to indicate that the Console sent an illegal request to the server. |
Methods in com.metamatrix.console.util that return MetaMatrixException | |
---|---|
static MetaMatrixException |
ExceptionUtility.containsExceptionHavingCode(java.lang.Throwable ex,
java.lang.String code)
|
Uses of MetaMatrixException in com.metamatrix.dqp.exception |
---|
Subclasses of MetaMatrixException in com.metamatrix.dqp.exception | |
---|---|
class |
SourceWarning
This class is used to store the details of an atomic query warning. |
Uses of MetaMatrixException in com.metamatrix.dqp.message |
---|
Methods in com.metamatrix.dqp.message that return MetaMatrixException | |
---|---|
MetaMatrixException |
ResultsMessage.getException()
|
Uses of MetaMatrixException in com.metamatrix.metadata.runtime.exception |
---|
Subclasses of MetaMatrixException in com.metamatrix.metadata.runtime.exception | |
---|---|
class |
InvalidStateException
Thrown when an update is requested on the VirtualDatabase and the VirtualDatabase is not in the proper state to allow it. |
class |
VirtualDatabaseDoesNotExistException
Thrown when the VirtualDatabase is not found. |
class |
VirtualDatabaseException
The base exception from which all Runtime Metadata Exceptions extend. |
Uses of MetaMatrixException in com.metamatrix.platform.admin.api.exception |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.admin.api.exception | |
---|---|
class |
MetaMatrixAdminException
Base exception of any specifically-administrative business exceptions |
class |
PermissionNodeException
|
class |
PermissionNodeNotActionableException
|
class |
PermissionNodeNotFoundException
|
class |
ProductNotRegisteredException
Indicates the named product is a known product, but is not registered at the MetaMatrix system. |
class |
UnknownProductOrSubsystemException
Indicates a product name has been encountered that is unknown, or a subsystem name for a known product has been encountered which is unknown for that product. |
Uses of MetaMatrixException in com.metamatrix.platform.config.spi.xml |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.config.spi.xml | |
---|---|
class |
ConfigTransactionException
Date Oct 10, 2002 TransactionException exception indicates that the request cannot be executed because of an error with the transaction. |
Uses of MetaMatrixException in com.metamatrix.platform.registry |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.registry | |
---|---|
class |
ResourceAlreadyBoundException
|
class |
ResourceNotBoundException
|
Uses of MetaMatrixException in com.metamatrix.platform.security.audit.config |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.security.audit.config | |
---|---|
class |
AuditConfigurationException
|
Uses of MetaMatrixException in com.metamatrix.platform.security.audit.destination |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.security.audit.destination | |
---|---|
class |
AuditDestinationInitFailedException
|
Uses of MetaMatrixException in com.metamatrix.platform.security.authorization.spi |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.security.authorization.spi | |
---|---|
class |
AuthorizationSourceConnectionException
Thrown when a communication failure has occured with the Authorization Source. |
class |
AuthorizationSourceException
Thrown when an exception has occured in the Authorization Source. |
Uses of MetaMatrixException in com.metamatrix.platform.security.membership.spi |
---|
Subclasses of MetaMatrixException in com.metamatrix.platform.security.membership.spi | |
---|---|
class |
MembershipSourceException
|
Uses of MetaMatrixException in com.metamatrix.query.processor |
---|
Methods in com.metamatrix.query.processor with parameters of type MetaMatrixException | |
---|---|
protected void |
BaseProcessorPlan.addWarning(MetaMatrixException warning)
|
Uses of MetaMatrixException in com.metamatrix.query.validator |
---|
Methods in com.metamatrix.query.validator with parameters of type MetaMatrixException | |
---|---|
protected void |
AbstractValidationVisitor.handleException(MetaMatrixException e)
|
protected void |
AbstractValidationVisitor.handleException(MetaMatrixException e,
LanguageObject obj)
|
Uses of MetaMatrixException in com.metamatrix.soap.util |
---|
Subclasses of MetaMatrixException in com.metamatrix.soap.util | |
---|---|
class |
XMLTranslationException
|
Uses of MetaMatrixException in com.metamatrix.vdb.edit.loader |
---|
Subclasses of MetaMatrixException in com.metamatrix.vdb.edit.loader | |
---|---|
class |
VdbProcessingException
The base exception from which all Runtime Metadata Exceptions extend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |