net.wimpi.modbus
Class ModbusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.wimpi.modbus.ModbusException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModbusIOException, ModbusSlaveException
public class ModbusException
- extends Exception
Superclass of all specialised exceptions in
this package.
- Version:
- @version@ (@date@)
- Author:
- Dieter Wimberger
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModbusException
public ModbusException()
- Constructs a new ModbusException
instance.
ModbusException
public ModbusException(String message)
- Constructs a new ModbusException
instance with the given message.
- Parameters:
message
- the message describing this
ModbusException.
Copyright © 2010. All Rights Reserved.