org.jpox.exceptions
Class JPOXObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jpox.exceptions.JPOXException
                  extended by org.jpox.exceptions.JPOXObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class JPOXObjectNotFoundException
extends JPOXException

Exception thrown by JPOX when an object doesnt exist in the datastore.

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
JPOXObjectNotFoundException()
          Constructs a new exception without a detail message.
JPOXObjectNotFoundException(java.lang.String msg)
          Constructs a new exception with the specified detail message.
JPOXObjectNotFoundException(java.lang.String msg, java.lang.Object failed)
          Constructs a new exception with the specified detail message and failed object.
JPOXObjectNotFoundException(java.lang.String msg, java.lang.Throwable[] nested)
          Constructs a new exception with the specified detail message and nested Throwables.
 
Method Summary
 
Methods inherited from class org.jpox.exceptions.JPOXException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPOXObjectNotFoundException

public JPOXObjectNotFoundException()
Constructs a new exception without a detail message.


JPOXObjectNotFoundException

public JPOXObjectNotFoundException(java.lang.String msg)
Constructs a new exception with the specified detail message.

Parameters:
msg - the detail message.

JPOXObjectNotFoundException

public JPOXObjectNotFoundException(java.lang.String msg,
                                   java.lang.Throwable[] nested)
Constructs a new exception with the specified detail message and nested Throwables.

Parameters:
msg - the detail message.
nested - the nested Throwable[].

JPOXObjectNotFoundException

public JPOXObjectNotFoundException(java.lang.String msg,
                                   java.lang.Object failed)
Constructs a new exception with the specified detail message and failed object.

Parameters:
msg - the detail message.
failed - the failed object.


Copyright © -2008 . All Rights Reserved.