com.ibm.websphere.ejbquery
Class QueryException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.ejbquery.QueryException
All implemented interfaces:
java.io.Serializable
- public class QueryException
- extends java.lang.Exception
getException
.
See Also:
Constructor Summary
Constructor and Description |
---|
QueryException()
|
QueryException(java.lang.String s)
|
QueryException(java.lang.String s,java.lang.Exception embexp,java.lang.Object[] obj)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getClassname()
Class throwing the QueryException.
|
|
getException()
Nested exception if any, that caused this QueryException.
|
|
getMethodname()
Method throwing the QueryException.
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
QueryException
- public QueryException()
QueryException
- public QueryException(java.lang.String s)
QueryException
- public QueryException(java.lang.String s,
- java.lang.Exception embexp,
- java.lang.Object[] obj)
Method Detail
getException
- public java.lang.Exception getException( )
Nested exception if any, that caused this QueryException.
getClassname
- public java.lang.String getClassname( )
Class throwing the QueryException.
getMethodname
- public java.lang.String getMethodname( )
Method throwing the QueryException.