Class CoStoSysRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.julielab.costosys.dbconnection.util.CoStoSysRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CoStoSysSQLRuntimeException,NoReservedConnectionException,UnobtainableConnectionException
public class CoStoSysRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoStoSysRuntimeException()CoStoSysRuntimeException(String message)CoStoSysRuntimeException(String message, Throwable cause)CoStoSysRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)CoStoSysRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-