Package com.logicaldoc.robot
Class RobotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.logicaldoc.robot.RobotException
- All Implemented Interfaces:
Serializable
A generic error in the robot
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRobotException
(String message) RobotException
(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
-
RobotException
-
RobotException
-