Class InstantiationFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.dalesbred.DatabaseException
-
- org.dalesbred.internal.instantiation.InstantiationFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InstantiationFailureException extends DatabaseException
Exception thrown when there is a problem with instantiation or conversion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstantiationFailureException(@NotNull java.lang.String message)
InstantiationFailureException(@NotNull java.lang.String message, @NotNull java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
-
-