Class ConnectorException



  • public class ConnectorException
    extends java.lang.Exception
    Exception throw by D2Connector when unable to connect
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • ConnectorException

        public ConnectorException​()
      • ConnectorException

        public ConnectorException​(java.lang.String message)
      • ConnectorException

        public ConnectorException​(java.lang.Throwable cause)
      • ConnectorException

        public ConnectorException​(java.lang.String message,
                                  java.lang.Throwable cause)