org.oddjob.arooa.life
Class ComponentPersistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oddjob.arooa.life.ComponentPersistException
All Implemented Interfaces:
Serializable

public class ComponentPersistException
extends Exception

An exception to use when persistence fails.

See Also:
Serialized Form
Author:
Rob Gordon

Constructor Summary
ComponentPersistException()
          Constructor.
ComponentPersistException(String arg0)
          Constructor.
ComponentPersistException(String arg0, Throwable arg1)
          Constructor.
ComponentPersistException(Throwable arg0)
          Constructor.
 
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
 

Constructor Detail

ComponentPersistException

public ComponentPersistException()
Constructor.


ComponentPersistException

public ComponentPersistException(String arg0)
Constructor.

Parameters:
arg0 - An exception message.

ComponentPersistException

public ComponentPersistException(String arg0,
                                 Throwable arg1)
Constructor.

Parameters:
arg0 - An exception message.
arg1 - A nested exception.

ComponentPersistException

public ComponentPersistException(Throwable arg0)
Constructor.

Parameters:
arg0 - A nested exception.