Class JdbcConnectorRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class JdbcConnectorRuntimeException
    extends org.silverpeas.core.SilverpeasRuntimeException
    Runtime exception used when an error occurs while accessing the remote data source and that nothing can be done to go back in a more stable state.
    See Also:
    Serialized Form
    • Constructor Detail

      • JdbcConnectorRuntimeException

        public JdbcConnectorRuntimeException​(String message)
      • JdbcConnectorRuntimeException

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

        public JdbcConnectorRuntimeException​(Throwable cause)