info.jedi.net
Class JEDITargetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--info.jedi.net.JEDIException
                          |
                          +--info.jedi.net.JEDITargetException

public class JEDITargetException
extends JEDIException

Thrown when a remote method called by JEDI throws an exception

See Also:
Proxy, RMCCall, RMCHandler, Serialized Form

Fields inherited from class info.jedi.net.JEDIException
detail, detailStackTrace
 
Constructor Summary
JEDITargetException()
          Constructs a JEDITargetException
JEDITargetException(java.lang.String s)
          Constructs a JEDITargetException with a specified detail message
JEDITargetException(java.lang.String s, java.lang.Throwable t)
          Constructs a JEDITargetException with a specified detail message and a particular nested exception
 
Methods inherited from class info.jedi.net.JEDIException
getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JEDITargetException

public JEDITargetException()
Constructs a JEDITargetException

JEDITargetException

public JEDITargetException(java.lang.String s)
Constructs a JEDITargetException with a specified detail message

JEDITargetException

public JEDITargetException(java.lang.String s,
                           java.lang.Throwable t)
Constructs a JEDITargetException with a specified detail message and a particular nested exception