Class MyDBException

  • All Implemented Interfaces:
    Serializable

    public class MyDBException
    extends org.silverpeas.core.SilverpeasException
    Exception thrown when an error occurs in a MyDB component instance.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • MyDBException

        public MyDBException​(String message,
                             String... parameters)
      • MyDBException

        public MyDBException​(String message,
                             Throwable cause)
      • MyDBException

        public MyDBException​(Throwable cause)