org.oddjob.arooa
Class ArooaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArooaInstantiationException, DesignViewException, DuplicateMappingsException, InvalidIdException, ModificationRefusedException

public class ArooaException
extends RuntimeException

An exception used when creation fails.

See Also:
Serialized Form

Constructor Summary
ArooaException()
           
ArooaException(String message)
           
ArooaException(String message, Throwable t)
           
ArooaException(Throwable t)
           
 
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

ArooaException

public ArooaException()

ArooaException

public ArooaException(String message)

ArooaException

public ArooaException(String message,
                      Throwable t)

ArooaException

public ArooaException(Throwable t)