Package nzilbb.labbcat
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResponseException
Constructor.- Parameters:
response
- The response object.
-
-
Method Details
-
getResponse
Getter forresponse
: The response.- Returns:
- The response.
-