ewe.io
Class RemoteCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.RemoteCallException

public class RemoteCallException
extends IOException


Field Summary
 RemoteCall call
           
 
Constructor Summary
RemoteCallException(String message, Throwable cause)
           
RemoteCallException(Throwable cause)
           
 
Method Summary
 Throwable getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Field Detail

call

public RemoteCall call
Constructor Detail

RemoteCallException

public RemoteCallException(Throwable cause)

RemoteCallException

public RemoteCallException(String message,
                           Throwable cause)
Method Detail

getException

public Throwable getException()