Class 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:
    Serialized Form
    • Constructor Detail

      • ResponseException

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

      • getResponse

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