Class ConnectorInternalErrorException

    • Constructor Detail

      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(int code,
                                               String message,
                                               Throwable cause)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(int code,
                                               String message)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException()
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(ErrorCode errorCode,
                                               Throwable cause,
                                               String message,
                                               Object... values)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(ErrorCode errorCode,
                                               Throwable cause)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(ErrorCode errorCode)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(String message,
                                               Object... values)
      • ConnectorInternalErrorException

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

        public ConnectorInternalErrorException​(String message)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(Throwable cause,
                                               String message,
                                               Object... values)
      • ConnectorInternalErrorException

        public ConnectorInternalErrorException​(Throwable cause)