|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.mm.beans.CMBException | +--com.ibm.mm.beans.CMBInvalidQueryException
This exception occurs when a query provided to CMBQueryService is incorrect.
CMBQueryService
, Serialized FormConstructor Summary | |
CMBInvalidQueryException(java.lang.Exception exception)
Constructs a CMBInvalidQueryException. |
|
CMBInvalidQueryException(java.lang.String message)
Constructs a CMBInvalidQueryException. |
|
CMBInvalidQueryException(java.lang.String message,
java.lang.Exception exception)
Constructs a CMBInvalidQueryException. |
Method Summary | |
java.lang.String |
name()
Get Exception name |
Methods inherited from class com.ibm.mm.beans.CMBException |
getErrorData, getErrorExtraData, getErrorId, printStackTrace, printStackTrace, printStackTrace, setErrorData, setErrorExtraData, setErrorId |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMBInvalidQueryException(java.lang.String message)
message
- error messagepublic CMBInvalidQueryException(java.lang.Exception exception)
exception
- original API exceptionpublic CMBInvalidQueryException(java.lang.String message, java.lang.Exception exception)
message
- error messageexception
- original API exceptionMethod Detail |
public java.lang.String name()
name
in class CMBException
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |