to.etc.webapp.query
Class QNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
to.etc.webapp.nls.CodeException
to.etc.webapp.query.QDbException
to.etc.webapp.query.QNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class QNotFoundException
- extends QDbException
Thrown for all cases where a record is not found but required. Please take heed: many methods
return null when a record is not found instead of throwing an exception.
- Author:
- Frits Jalvingh
Created on Mar 11, 2010
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QNotFoundException
@Deprecated
public QNotFoundException()
- Deprecated.
- REMOVE AS SOON AS POSSIBLE - You are NOT ALLOWED to change the CODE for a KNOWN EXCEPTION!N!#^*!%#*^$%@*^$^@$#^@$#^*!@$13263
QNotFoundException
@Deprecated
public QNotFoundException(java.lang.Throwable x)
- Deprecated.
- REMOVE AS SOON AS POSSIBLE - You are NOT ALLOWED to change the CODE for a KNOWN EXCEPTION!N!#^*!%#*^$%@*^$^@$#^@$#^*!@$13263
QNotFoundException
public QNotFoundException(java.lang.String type,
java.lang.Object key)
QNotFoundException
public QNotFoundException(java.lang.Class<?> type,
java.lang.Object key)