Class WorkbenchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.digitaltwin.development.WorkbenchException
- All Implemented Interfaces:
Serializable
A Workbench exception indicates that a real-time or simulated twin caused an exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a WorkbenchException with the parameter inner exceptionWorkbenchException(String message) Instantiates a WorkbenchException with the parameter messageWorkbenchException(String message, Exception e) Instantiates a WorkbenchException with the parameter message and inner exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkbenchException
Instantiates a WorkbenchException with the parameter message and inner exception- Parameters:
message- the message of this exceptione- the inner exception
-
WorkbenchException
Instantiates a WorkbenchException with the parameter inner exception- Parameters:
e- the inner exception
-
WorkbenchException
Instantiates a WorkbenchException with the parameter message- Parameters:
message- the message of this exception
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-