net.java.ao
Class ActiveObjectsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.java.ao.ActiveObjectsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActiveObjectsConfigurationException, UnloadableJdbcDriverException

public class ActiveObjectsException
extends RuntimeException

This is a generic Active Objects exception.

See Also:
Serialized Form

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

ActiveObjectsException

public ActiveObjectsException()

ActiveObjectsException

public ActiveObjectsException(String message)

ActiveObjectsException

public ActiveObjectsException(String message,
                              Throwable cause)

ActiveObjectsException

public ActiveObjectsException(Throwable cause)


Copyright © 2007-2011. All Rights Reserved.