Class ApiKeyException

    • Constructor Detail

      • ApiKeyException

        public ApiKeyException​(Throwable ex)
      • ApiKeyException

        public ApiKeyException​(String message)
      • ApiKeyException

        public ApiKeyException​(String error,
                               String message)
      • ApiKeyException

        public ApiKeyException​(String message,
                               Throwable ex)
    • Method Detail

      • doLog

        public boolean doLog()
        Returns:
        boolean indicating whether this type of exception should be logged or not
      • doLogStacktrace

        public boolean doLogStacktrace()
        Returns:
        boolean indicating whether the stacktrace of the exception should be logged or not (only works when doLog returns true)
      • getTimestamp

        public Date getTimestamp()
      • getStatus

        public int getStatus()
      • getError

        public String getError()