Package net.java.ao

Class ActiveObjectsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActiveObjectsConfigurationException, UnloadableJdbcDriverException

public class ActiveObjectsException extends RuntimeException
This is a generic Active Objects exception.
See Also:
  • Constructor Details

    • ActiveObjectsException

      public ActiveObjectsException()
    • ActiveObjectsException

      public ActiveObjectsException(String message)
    • ActiveObjectsException

      public ActiveObjectsException(String message, Throwable cause)
    • ActiveObjectsException

      public ActiveObjectsException(Throwable cause)