org.databene.commons
Class ObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.databene.commons.ObjectNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectNotFoundException
- extends java.lang.RuntimeException
Signals that an object was not found.
- Since:
- 0.2.04
- Author:
- Volker Bergmann
- See Also:
- Serialized Form
| 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 |
ObjectNotFoundException
public ObjectNotFoundException()
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String message,
java.lang.Throwable cause)
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String message)
ObjectNotFoundException
public ObjectNotFoundException(java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.