Class NoReservedConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.julielab.costosys.dbconnection.util.CoStoSysRuntimeException
-
- de.julielab.costosys.dbconnection.util.NoReservedConnectionException
-
- All Implemented Interfaces:
Serializable
public class NoReservedConnectionException extends CoStoSysRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoReservedConnectionException()NoReservedConnectionException(String message)NoReservedConnectionException(String message, Throwable cause)NoReservedConnectionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)NoReservedConnectionException(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
-
NoReservedConnectionException
public NoReservedConnectionException()
-
NoReservedConnectionException
public NoReservedConnectionException(String message)
-
NoReservedConnectionException
public NoReservedConnectionException(String message, Throwable cause)
-
NoReservedConnectionException
public NoReservedConnectionException(Throwable cause)
-
-