Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends CloudcraftException
Exception thrown when API access to Cloudcraft fails because of authentication failure typically caused by missing or invalid API Key. In this case, server would have responded with HTTP Status 401.
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(ErrorResponse error)