Class WorkbenchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scaleoutsoftware.digitaltwin.development.WorkbenchException
All Implemented Interfaces:
Serializable

public class WorkbenchException extends Exception
A Workbench exception indicates that a real-time or simulated twin caused an exception.
See Also:
  • Constructor Details

    • WorkbenchException

      public WorkbenchException(String message, Exception e)
      Instantiates a WorkbenchException with the parameter message and inner exception
      Parameters:
      message - the message of this exception
      e - the inner exception
    • WorkbenchException

      public WorkbenchException(Exception e)
      Instantiates a WorkbenchException with the parameter inner exception
      Parameters:
      e - the inner exception
    • WorkbenchException

      public WorkbenchException(String message)
      Instantiates a WorkbenchException with the parameter message
      Parameters:
      message - the message of this exception
  • Method Details