public class RemoteMethodException extends RuntimeException
The RemoteCallException inherits from this method and that exception is specific to the remote call implementation used in eve.io.block.RemoteCall.
Constructor and Description |
---|
RemoteMethodException(String message) |
RemoteMethodException(String message,
Throwable cause) |
RemoteMethodException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getException()
Returns the same as getCause() - i.e. the exception that caused this
RemoteCallException to be thrown.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteMethodException(Throwable cause)
public RemoteMethodException(String message)
public Throwable getException()