Class DatabaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.opensw.scheduler.core.exceptions.DatabaseException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseException extends java.lang.ExceptionDatabaseException was throw when have an error in database- Author:
- luis.costa
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseException()DatabaseException constructorDatabaseException(java.lang.String message)DatabaseException constructor with custom message
-