Package de.willuhn.datasource.rmi
Class ObjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- de.willuhn.datasource.rmi.ObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotFoundException extends java.rmi.RemoteException
Exception, die geworfen wird, wenn ein Objekt nicht in der Datenbank gefunden wurde.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotFoundException()
ct.ObjectNotFoundException(java.lang.String s)
ct.ObjectNotFoundException(java.lang.String s, java.lang.Throwable ex)
ct.
-
-
-
Constructor Detail
-
ObjectNotFoundException
public ObjectNotFoundException()
ct.
-
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String s)
ct.- Parameters:
s
- message.
-
ObjectNotFoundException
public ObjectNotFoundException(java.lang.String s, java.lang.Throwable ex)
ct.- Parameters:
s
- messageex
- cause.
-
-