IBM WebSphere Application ServerTM
Release 7

com.ibm.bpe.query.api
Class QueryTableValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.bpe.api.ProcessException
              extended by com.ibm.bpe.query.api.QueryTableException
                  extended by com.ibm.bpe.query.api.QueryTableValidationException
All Implemented Interfaces:
java.io.Serializable

public class QueryTableValidationException
extends QueryTableException

This is the base class for all exceptions thrown by the Query Table code.

Since:
6.2
See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.bpe.api.ProcessException
_catalog, _cause, _id, _key, _message, _vars
 
Constructor Summary
QueryTableValidationException(java.lang.String message)
           
QueryTableValidationException(java.lang.String key, java.lang.Object[] vars, java.lang.String id)
           
QueryTableValidationException(java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
           
QueryTableValidationException(java.lang.String catalog, java.lang.String key, java.lang.Object[] vars, java.lang.String id, java.lang.Throwable cause)
           
QueryTableValidationException(java.lang.String message, java.lang.Throwable cause)
           
QueryTableValidationException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.bpe.query.api.QueryTableException
getMessage
 
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

QueryTableValidationException

public QueryTableValidationException(java.lang.String message)
Parameters:
message -

QueryTableValidationException

public QueryTableValidationException(java.lang.Throwable cause)
Parameters:
cause -

QueryTableValidationException

public QueryTableValidationException(java.lang.String message,
                                     java.lang.Throwable cause)
Parameters:
message -
cause -

QueryTableValidationException

public QueryTableValidationException(java.lang.String key,
                                     java.lang.Object[] vars,
                                     java.lang.String id)
Parameters:
key -
vars -
id -

QueryTableValidationException

public QueryTableValidationException(java.lang.String key,
                                     java.lang.Object[] vars,
                                     java.lang.String id,
                                     java.lang.Throwable cause)
Parameters:
key -
vars -
id -
cause -

QueryTableValidationException

public QueryTableValidationException(java.lang.String catalog,
                                     java.lang.String key,
                                     java.lang.Object[] vars,
                                     java.lang.String id,
                                     java.lang.Throwable cause)
Parameters:
catalog -
key -
vars -
id -
cause -

IBM WebSphere Application ServerTM
Release 7