Uses of Class
com.metamatrix.core.MetaMatrixCoreException

Packages that use MetaMatrixCoreException
com.metamatrix.admin.api.exception   
com.metamatrix.admin.api.exception.security   
com.metamatrix.api.exception   
com.metamatrix.api.exception.query   
com.metamatrix.api.exception.security   
com.metamatrix.api.exception.server   
com.metamatrix.common.actions   
com.metamatrix.common.application.exception   
com.metamatrix.common.buffer   
com.metamatrix.common.comm.exception   
com.metamatrix.common.config.api.exceptions   
com.metamatrix.common.config.util   
com.metamatrix.common.connection   
com.metamatrix.common.extensionmodule.exception   
com.metamatrix.common.id.dbid   
com.metamatrix.common.log   
com.metamatrix.common.log.config   
com.metamatrix.common.messaging   
com.metamatrix.common.transaction   
com.metamatrix.common.tree   
com.metamatrix.common.types   
com.metamatrix.common.util.crypto   
com.metamatrix.common.xa   
com.metamatrix.console.util   
com.metamatrix.core.commandshell   
com.metamatrix.core.event   
com.metamatrix.core.id   
com.metamatrix.core.util   
com.metamatrix.dqp.exception   
com.metamatrix.metadata.runtime.exception   
com.metamatrix.platform.admin.api.exception   
com.metamatrix.platform.registry   
com.metamatrix.platform.security.audit.config   
com.metamatrix.platform.security.audit.destination   
com.metamatrix.platform.security.authorization.spi   
com.metamatrix.platform.security.membership.spi   
com.metamatrix.query.processor   
com.metamatrix.soap.exceptions   
com.metamatrix.soap.util   
com.metamatrix.vdb.edit.loader   
org.teiid.connector.api   
org.teiid.connector.jdbc   
 

Uses of MetaMatrixCoreException in com.metamatrix.admin.api.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.admin.api.exception
 class AdminComponentException
          An AdminComponentException is thrown when an error occurs as a result of an internal component error.
 class AdminException
          AdminException is the base exception for the admin package.
 class AdminProcessingException
          An AdminProcessingException indicates that an error occured during processing as a result of user input.
 

Uses of MetaMatrixCoreException in com.metamatrix.admin.api.exception.security
 

Subclasses of MetaMatrixCoreException in com.metamatrix.admin.api.exception.security
 class InvalidSessionException
           
 class MetaMatrixSecurityException
           
 class SessionException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.api.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.api.exception
 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 MetaMatrixException
          A generic exception which contains a reference to another exception.
 class MetaMatrixProcessingException
          This exception is a superclass for exceptions that are thrown during processing as a result of user input.
 

Uses of MetaMatrixCoreException in com.metamatrix.api.exception.query
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.api.exception.security
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.api.exception.server
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.actions
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.actions
 class ModificationException
           
 class StringLengthExceededException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.application.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.application.exception
 class ApplicationInitializationException
          This exception is thrown when an application cannot be initialized, typically due to an invalid initialization property value or the inability to start some subsystem due to an external error.
 class ApplicationLifecycleException
          This exception is used when an error occurs in the lifecycle of an application or it's service.
 

Uses of MetaMatrixCoreException in com.metamatrix.common.buffer
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.comm.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.comm.exception
 class CommunicationException
          An error occurred in communication between client and server.
 class ConnectionException
          This exception indicates that an error has occurred during connection.
 class SingleInstanceCommunicationException
          An error occurred in communication between client and server.
 

Uses of MetaMatrixCoreException in com.metamatrix.common.config.api.exceptions
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.config.api.exceptions
 class ConfigurationConnectionException
           
 class ConfigurationException
           
 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 MetaMatrixCoreException in com.metamatrix.common.config.util
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.config.util
 class ConfigObjectsNotResolvableException
           
 class InvalidConfigurationElementException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.connection
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.connection
 class ManagedConnectionException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.extensionmodule.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.extensionmodule.exception
 class DuplicateExtensionModuleException
           
 class ExtensionModuleException
           
 class ExtensionModuleNotFoundException
           
 class ExtensionModuleOrderingException
           
 class InvalidExtensionModuleTypeException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.id.dbid
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.log
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.log
 class DbWriterException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.log.config
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.log.config
 class LogConfigurationException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.messaging
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.messaging
 class MessagingException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.common.transaction
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.tree
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.types
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.common.util.crypto
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.util.crypto
 class CryptoException
          A catch-all exception for any exceptions related to encryption and decryption operations.
 

Uses of MetaMatrixCoreException in com.metamatrix.common.xa
 

Subclasses of MetaMatrixCoreException in com.metamatrix.common.xa
 class XATransactionException
          Exception which occurs if an error occurs within the server that is XA transaction-related.
 

Uses of MetaMatrixCoreException in com.metamatrix.console.util
 

Subclasses of MetaMatrixCoreException 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.
 

Uses of MetaMatrixCoreException in com.metamatrix.core.commandshell
 

Subclasses of MetaMatrixCoreException in com.metamatrix.core.commandshell
 class ArgumentConversionException
          Exception indicating an argument value could not be converted to the needed type.
 

Uses of MetaMatrixCoreException in com.metamatrix.core.event
 

Subclasses of MetaMatrixCoreException in com.metamatrix.core.event
 class EventBrokerException
          Subclasses of this exception typically only need to implement whatever constructors they need.
 class EventSourceException
          Subclasses of this exception typically only need to implement whatever constructors they need.
 

Uses of MetaMatrixCoreException in com.metamatrix.core.id
 

Subclasses of MetaMatrixCoreException in com.metamatrix.core.id
 class InvalidIDException
          Exception which occurs if an error occurs within the server that is not business-related.
 

Uses of MetaMatrixCoreException in com.metamatrix.core.util
 

Methods in com.metamatrix.core.util that throw MetaMatrixCoreException
protected static byte[] ObjectConverterUtil.convertToByteArray(java.sql.Blob data)
           
static byte[] ObjectConverterUtil.convertToByteArray(java.lang.Object data)
           
static java.lang.Object ReflectionHelper.create(java.lang.String className, java.util.Collection ctorObjs, java.lang.ClassLoader classLoader)
          Helper method to create an instance of the class using the appropriate constructor based on the ctorObjs passed.
static java.lang.Object ReflectionHelper.create(java.lang.String className, java.lang.Object[] ctorObjs, java.lang.Class<?>[] argTypes, java.lang.ClassLoader classLoader)
           
static void FileUtils.testDirectoryPermissions(java.lang.String dirPath)
          Test whether it's possible to read and write files in the specified directory.
 

Uses of MetaMatrixCoreException in com.metamatrix.dqp.exception
 

Subclasses of MetaMatrixCoreException in com.metamatrix.dqp.exception
 class SourceWarning
           This class is used to store the details of an atomic query warning.
 

Uses of MetaMatrixCoreException in com.metamatrix.metadata.runtime.exception
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.platform.admin.api.exception
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.platform.registry
 

Subclasses of MetaMatrixCoreException in com.metamatrix.platform.registry
 class ResourceAlreadyBoundException
           
 class ResourceNotBoundException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.platform.security.audit.config
 

Subclasses of MetaMatrixCoreException in com.metamatrix.platform.security.audit.config
 class AuditConfigurationException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.platform.security.audit.destination
 

Subclasses of MetaMatrixCoreException in com.metamatrix.platform.security.audit.destination
 class AuditDestinationInitFailedException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.platform.security.authorization.spi
 

Subclasses of MetaMatrixCoreException 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 MetaMatrixCoreException in com.metamatrix.platform.security.membership.spi
 

Subclasses of MetaMatrixCoreException in com.metamatrix.platform.security.membership.spi
 class MembershipSourceException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.query.processor
 

Methods in com.metamatrix.query.processor that throw MetaMatrixCoreException
 void QueryProcessor.BatchHandler.batchProduced(TupleBatch batch)
           
 void QueryProcessor.process()
          Process fully blocking
 boolean QueryProcessor.process(long time)
          Process until time expires or a BlockedException occurs
 

Uses of MetaMatrixCoreException in com.metamatrix.soap.exceptions
 

Subclasses of MetaMatrixCoreException in com.metamatrix.soap.exceptions
 class SOAPProcessingException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.soap.util
 

Subclasses of MetaMatrixCoreException in com.metamatrix.soap.util
 class XMLTranslationException
           
 

Uses of MetaMatrixCoreException in com.metamatrix.vdb.edit.loader
 

Subclasses of MetaMatrixCoreException in com.metamatrix.vdb.edit.loader
 class VdbProcessingException
          The base exception from which all Runtime Metadata Exceptions extend.
 

Uses of MetaMatrixCoreException in org.teiid.connector.api
 

Subclasses of MetaMatrixCoreException in org.teiid.connector.api
 class ConnectorException
          An exception the connector writer can return in case of an error while using the connector.
 class DataNotAvailableException
          Used by asynch connectors to indicate data is not available and results should be polled for after the given delay.
 

Uses of MetaMatrixCoreException in org.teiid.connector.jdbc
 

Subclasses of MetaMatrixCoreException in org.teiid.connector.jdbc
 class JDBCExecutionException
           
 



Copyright © 2009. All Rights Reserved.