Package org.eso.ias.cdb
Class IasCdbException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eso.ias.cdb.IasCdbException
- All Implemented Interfaces:
Serializable
The exception type returned by the CDB.
- Author:
- acaproni
- See Also:
-
Constructor Summary
ConstructorDescriptionIasCdbException
(String message) IasCdbException
(String message, Throwable cause) IasCdbException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IasCdbException
(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 Details
-
IasCdbException
public IasCdbException() -
IasCdbException
-
IasCdbException
-
IasCdbException
-
IasCdbException
-