JMACS

org.jmacs.pd
Class ProxyDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jmacs.pd.ProxyDriverException
All Implemented Interfaces:
Serializable

public class ProxyDriverException
extends RuntimeException

thrown by IDevice.IDriver methods as impl'ted by a dynamic proxy--see ProxyDevice.createProxyDriver(Class).

Version:
$Id: ProxyDriverException.java 664 2006-07-06 11:00:33Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
ProxyDriverException(Throwable cause)
          creates new instance.
 
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

ProxyDriverException

public ProxyDriverException(Throwable cause)
creates new instance.

Parameters:
cause - thrown by the corr'ding actual method

JMACS

jmacs.org