Class MyDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.silverpeas.kernel.SilverpeasException
org.silverpeas.components.mydb.service.MyDBException
- All Implemented Interfaces:
Serializable
public class MyDBException
extends org.silverpeas.kernel.SilverpeasException
Exception thrown when an error occurs in a MyDB component instance.
- Author:
- mmoquillon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMyDBException(String message, String... parameters) MyDBException(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
-
MyDBException
-
MyDBException
-