Package gda.device

Class MotorException

All Implemented Interfaces:
Serializable

public final class MotorException extends DeviceException
A motor exception class
See Also:
  • Field Details

  • Constructor Details

    • MotorException

      public MotorException(MotorStatus stat, String msg)
      Parameters:
      stat -
      msg -
    • MotorException

      public MotorException(MotorStatus stat, String msg, Throwable cause)
      Parameters:
      stat -
      msg -
      cause -