com.metamatrix.console.util
Class InvalidRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.console.util.InvalidRequestException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRequestException
extends MetaMatrixException

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. Included are InvalidRequestIDException, InvalidSessionException, and InvalidDataSourceException. Note that ComponentNotFoundException is thrown separately.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
InvalidRequestException()
          No-arg costructor required by Externalizable semantics
InvalidRequestException(java.lang.Exception ex)
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this class.
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getFullMessage
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRequestException

public InvalidRequestException()
No-arg costructor required by Externalizable semantics


InvalidRequestException

public InvalidRequestException(java.lang.Exception ex)
Method Detail

toString

public java.lang.String toString()
Description copied from class: MetaMatrixException
Returns a string representation of this class.

Overrides:
toString in class MetaMatrixException
Returns:
String representation of instance


Copyright © 2009. All Rights Reserved.