Class ShieldBreakAPI.ApiException

All Implemented Interfaces:
Serializable
Enclosing class:
ShieldBreakAPI

public static class ShieldBreakAPI.ApiException extends RuntimeException
Exception thrown when the API returns an error.
See Also:
  • Constructor Details

    • ApiException

      public ApiException(int statusCode, String message)
  • Method Details

    • getStatusCode

      public int getStatusCode()