net.wimpi.modbus
Class ModbusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ModbusException()
          Constructs a new ModbusException instance.
ModbusException(String message)
          Constructs a new ModbusException instance with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.