org.lsst.ccs.drivers.modbus
Class ModbusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lsst.ccs.drivers.modbus.ModbusException
All Implemented Interfaces:
Serializable

public class ModbusException
extends Exception

See Also:
Serialized Form

Constructor Summary
ModbusException(Exception e)
           
ModbusException(String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModbusException

public ModbusException(String msg)

ModbusException

public ModbusException(Exception e)


Copyright © 2013 LSST. All Rights Reserved.