Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends ApiException
Thrown when authentication fails (401).
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException(String code, String message, String requestId, byte[] body)