Class APIConnectionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class APIConnectionException
    extends ZumoKitException
    An exception that represents a failure to connect to ZumoKit's API.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      APIConnectionException​(java.lang.String errorType, java.lang.String errorCode, java.lang.String errorMessage)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • APIConnectionException

        public APIConnectionException​(java.lang.String errorType,
                                      java.lang.String errorCode,
                                      java.lang.String errorMessage)