edu.wpi.first.wpilibj.can
Class CANTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by edu.wpi.first.wpilibj.can.CANTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class CANTimeoutException
extends java.io.IOException

Exception indicating that the CAN device did not respond within the timeout period specified.

See Also:
Serialized Form

Constructor Summary
CANTimeoutException()
           
 
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

CANTimeoutException

public CANTimeoutException()