Class ConnectorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectorException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectorException​(java.lang.String message)  
      ConnectorException​(java.lang.String message, boolean shouldRetry, java.lang.Exception e)  
      ConnectorException​(java.lang.String message, int httpCode, java.lang.String httpMsg)  
      ConnectorException​(java.lang.String message, int httpCode, java.lang.String httpMsg, java.lang.Exception e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      boolean shouldRetry()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectorException

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

        public ConnectorException​(java.lang.String message,
                                  int httpCode,
                                  java.lang.String httpMsg)
      • ConnectorException

        public ConnectorException​(java.lang.String message,
                                  int httpCode,
                                  java.lang.String httpMsg,
                                  java.lang.Exception e)
      • ConnectorException

        public ConnectorException​(java.lang.String message,
                                  boolean shouldRetry,
                                  java.lang.Exception e)
    • Method Detail

      • shouldRetry

        public boolean shouldRetry()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable