com.ivata.mask.persistence
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ivata.mask.util.SystemException
              extended bycom.ivata.mask.persistence.PersistenceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FinderException

public class PersistenceException
extends com.ivata.mask.util.SystemException

This message is thrown when one of the persistence classes cannot locate, remove, or create a data object.

Since:
ivata masks 0.3 (2004-03-27)
Version:
$Revision: 1.4 $
Author:
Colin MacLeod colin.macleod@ivata.com
See Also:
Serialized Form

Constructor Summary
PersistenceException(java.lang.String message)
          Create a new persistence exception with the given message.
PersistenceException(java.lang.String message, java.lang.Throwable cause)
          Create a new persistence exception with the given message and cause.
PersistenceException(java.lang.Throwable cause)
          Create a new persistence exception with the cause.
 
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

public PersistenceException(java.lang.String message,
                            java.lang.Throwable cause)
Create a new persistence exception with the given message and cause.

Parameters:
message - clear message describing where the error occurred.
cause - Throwable which caused this error to happen.

PersistenceException

public PersistenceException(java.lang.String message)
Create a new persistence exception with the given message.

Parameters:
message - clear message describing where the error occurred.

PersistenceException

public PersistenceException(java.lang.Throwable cause)
Create a new persistence exception with the cause.

Parameters:
cause - Throwable which caused this error to happen.


Copyright © 2001-2005 ivata limited. All Rights Reserved.