SPT Object Database API

com.sptci.prevayler
Class DeleteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sptci.prevayler.PrevalentException
              extended by com.sptci.prevayler.ConstraintException
                  extended by com.sptci.prevayler.DeleteException
All Implemented Interfaces:
Serializable

public class DeleteException
extends ConstraintException

An exception used to indicate that a prevalent object cannot be deleted from the system since other prevalent objects hold references to it.

© Copyright 2008 Sans Pareil   Technologies, Inc.

Version:
$Id: DeleteException.java 4345 2008-06-30 21:22:03Z rakesh $
Author:
Rakesh Vidyadharan 2008-05-28
See Also:
Serialized Form

Field Summary
private static String PATTERN
          The pattern for the message to display for the exception.
private static long serialVersionUID
           
 
Constructor Summary
DeleteException(PrevalentObject object)
          Create a new instance of the exception for attempting to delete the specified prevalent object.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

PATTERN

private static final String PATTERN
The pattern for the message to display for the exception.

See Also:
Constant Field Values
Constructor Detail

DeleteException

public DeleteException(PrevalentObject object)
Create a new instance of the exception for attempting to delete the specified prevalent object.

Parameters:
object - The prevalent object that was to be deleted.

SPT Object Database API