Class ServerRobotFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.client.errors.ServerRobotFailedException
- All Implemented Interfaces:
Serializable
Exception for a failure to create a Robot on the server side
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerRobotFailedException(String message) ServerRobotFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerRobotFailedException
public ServerRobotFailedException() -
ServerRobotFailedException
-
ServerRobotFailedException
-