Class GenericConnectorException

  • All Implemented Interfaces:
    Serializable

    public class GenericConnectorException
    extends RuntimeException
    Generic indistinguishable error of a connector framework. Please do not use this exception if possible! Only errors that cannot be categorized or that are not expected at all should use this exception. This is RUNTIME exception. As this error is generic and we cannot distinguish any details, there is no hope that an interface client can do anything with it. So don't even bother catching it.
    Author:
    Radovan Semancik
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericConnectorException

        public GenericConnectorException()
      • GenericConnectorException

        public GenericConnectorException​(String message)
      • GenericConnectorException

        public GenericConnectorException​(Throwable cause)
      • GenericConnectorException

        public GenericConnectorException​(String message,
                                         Throwable cause)