Class ServerStatusException

All Implemented Interfaces:
Serializable

public class ServerStatusException extends AkinatorException
An exception indicating that the server returned an erroneous Status.
Author:
Marko Zajc
See Also:
  • Constructor Details

    • ServerStatusException

      public ServerStatusException(Status status)
  • Method Details

    • getStatus

      public Status getStatus()
      Returns:
      the erroneous Status returned by the API.