Package org.webharvest.exception
Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.webharvest.exception.BaseException
-
- org.webharvest.exception.DatabaseException
-
- All Implemented Interfaces:
Serializable
public class DatabaseException extends BaseException
Database execution exception - occured during executing database processor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException()
DatabaseException(String message)
DatabaseException(String message, Throwable cause)
DatabaseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-