com.vinculumtech.platform.root
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.vinculumtech.platform.root.PersistenceException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceException
extends java.lang.RuntimeException

The PersistenceException class encapsulates errors from a specific persistence provider.
todo: consider specialized exceptions for contraint violation and deadlocks etc..

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/platform/root/PersistenceException.java#4 $
See Also:
Serialized Form

Constructor Summary
protected PersistenceException()
           
  PersistenceException(java.lang.String message)
           
  PersistenceException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

PersistenceException

protected PersistenceException()

PersistenceException

public PersistenceException(java.lang.String message)

PersistenceException

public PersistenceException(java.lang.String message,
                            java.lang.Throwable throwable)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.