Package de.julielab.concepts.util
Class DatabaseOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.julielab.jssf.commons.util.JSSFException
-
- de.julielab.concepts.util.ConceptDBManagerException
-
- de.julielab.concepts.util.DatabaseOperationException
-
- All Implemented Interfaces:
Serializable
public class DatabaseOperationException extends ConceptDBManagerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseOperationException()DatabaseOperationException(String message)DatabaseOperationException(String message, Throwable cause)DatabaseOperationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)DatabaseOperationException(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 Detail
-
DatabaseOperationException
public DatabaseOperationException()
-
DatabaseOperationException
public DatabaseOperationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
DatabaseOperationException
public DatabaseOperationException(String message)
-
DatabaseOperationException
public DatabaseOperationException(Throwable cause)
-
-