charly.server.devices
Class ChRobNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycharly.ChException
              extended bycharly.server.devices.ChDeviceException
                  extended bycharly.server.devices.ChRobDeviceException
                      extended bycharly.server.devices.ChRobNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ChRobNotFoundException
extends ChRobDeviceException

See Also:
charly.server.devices, Serialized Form

Field Summary
 
Fields inherited from class charly.server.devices.ChRobDeviceException
detail
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ChRobNotFoundException(java.lang.String msg)
           
 
Methods inherited from class charly.server.devices.ChRobDeviceException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChRobNotFoundException

public ChRobNotFoundException(java.lang.String msg)