Class MyDBRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class MyDBRuntimeException
    extends org.silverpeas.core.SilverpeasRuntimeException
    Runtime exception when an unexpected errors occurs in MyDB and that error cannot be explicitly resolved.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • MyDBRuntimeException

        public MyDBRuntimeException​(String message)
      • MyDBRuntimeException

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

        public MyDBRuntimeException​(Throwable cause)