net.sf.cantina.exceptions
Class ObjectNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.cantina.exceptions.CantinaException
              extended bynet.sf.cantina.exceptions.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends CantinaException

Datasource could not find object

Author:
Stephane JAIS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ObjectNotFoundException()
           
ObjectNotFoundException(java.lang.String s)
           
ObjectNotFoundException(java.lang.String s, java.lang.Exception e)
           
 
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

ObjectNotFoundException

public ObjectNotFoundException()

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String s)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String s,
                               java.lang.Exception e)


Copyright © 2004 Cantina. All Rights Reserved.