Package helma.objectmodel
Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- helma.objectmodel.DatabaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseException extends java.lang.RuntimeException
Thrown on any kind of Database-Error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException(java.lang.String msg)
Creates a new DatabaseException object.
-