com.metamatrix.console.util
Class InvalidRequestException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.MetaMatrixCoreException
               com.metamatrix.api.exception.MetaMatrixException
com.metamatrix.api.exception.MetaMatrixException
                   com.metamatrix.console.util.InvalidRequestException
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
 
 
 
| Method Summary | 
|  java.lang.String | toString()Returns a string representation of this class.
 | 
 
 
 
| 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 | 
 
InvalidRequestException
public InvalidRequestException()
- No-arg costructor required by Externalizable semantics
 
InvalidRequestException
public InvalidRequestException(java.lang.Exception ex)
toString
public java.lang.String toString()
- Description copied from class: MetaMatrixException
- Returns a string representation of this class.
 
- 
- Overrides:
- toStringin class- MetaMatrixException
 
- 
- Returns:
- String representation of instance
 
Copyright © 2009. All Rights Reserved.