Class UnknownServerException

All Implemented Interfaces:
Serializable

public class UnknownServerException
extends ApiException
An error occurred on the server for which the client doesn't have a corresponding error code. This is generally an unexpected error.
See Also:
Serialized Form
  • Constructor Details

    • UnknownServerException

      public UnknownServerException()
    • UnknownServerException

      public UnknownServerException​(String message)
    • UnknownServerException

      public UnknownServerException​(Throwable cause)
    • UnknownServerException

      public UnknownServerException​(String message, Throwable cause)