com.metamatrix.console.util
Class InvalidRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.api.exception.MetaMatrixException
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()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, 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()
- Overrides:
toString in class MetaMatrixException
Copyright © 2009. All Rights Reserved.