com.vinculumtech.platform.root
Class PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
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 |
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.