org.appfuse.persistence
Class ObjectDisabledException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.appfuse.persistence.DAOException
              extended byorg.appfuse.persistence.ObjectDisabledException
All Implemented Interfaces:
Serializable

public class ObjectDisabledException
extends DAOException

This exception is used to signify that an object has been disabled.

View Source

Author:
Matt Raible
See Also:
Serialized Form

Constructor Summary
ObjectDisabledException()
          Constructor for ObjectDisabledException.
ObjectDisabledException(String message)
          Constructor for DAOException.
ObjectDisabledException(String message, Throwable cause)
          Constructor for ObjectDisabledException.
ObjectDisabledException(Throwable cause)
          Constructor for ObjectDisabledException.
 
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

ObjectDisabledException

public ObjectDisabledException()
Constructor for ObjectDisabledException.


ObjectDisabledException

public ObjectDisabledException(String message)
Constructor for DAOException.

Parameters:
message -

ObjectDisabledException

public ObjectDisabledException(String message,
                               Throwable cause)
Constructor for ObjectDisabledException.

Parameters:
message -
cause -

ObjectDisabledException

public ObjectDisabledException(Throwable cause)
Constructor for ObjectDisabledException.

Parameters:
cause -


Copyright © 2002-2004