Class ResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nzilbb.ag.StoreException
nzilbb.labbcat.ResponseException
All Implemented Interfaces:
Serializable

public class ResponseException extends nzilbb.ag.StoreException
An object representing an error returned by the server.
Author:
Robert Fromont robert@fromont.net.nz
See Also:
  • Constructor Details

    • ResponseException

      public ResponseException(Response response)
      Constructor.
      Parameters:
      response - The response object.
  • Method Details

    • getResponse

      public Response getResponse()
      Getter for response: The response.
      Returns:
      The response.