BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
exceptions.ResponseNotOKException Class Reference
Inheritance diagram for exceptions.ResponseNotOKException:
Inheritance graph
[legend]
Collaboration diagram for exceptions.ResponseNotOKException:
Collaboration graph
[legend]

Public Member Functions

 ResponseNotOKException (String message)
 

Detailed Description

Thrown if a message is expected that is supposed to return a response of "OK", and the OK response is not received

Definition at line 9 of file ResponseNotOKException.java.

Constructor & Destructor Documentation

exceptions.ResponseNotOKException.ResponseNotOKException ( String  message)
Parameters
messageA brief message explaining why the exception was thrown

Definition at line 13 of file ResponseNotOKException.java.

13  {
14  super(message);
15  }

The documentation for this class was generated from the following file:
Git Repo