Package net.java.ao
Class ActiveObjectsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.java.ao.ActiveObjectsException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActiveObjectsConfigurationException
,UnloadableJdbcDriverException
This is a generic Active Objects exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActiveObjectsException
(String message) ActiveObjectsException
(String message, Throwable cause) ActiveObjectsException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActiveObjectsException
public ActiveObjectsException() -
ActiveObjectsException
-
ActiveObjectsException
-
ActiveObjectsException
-