| Package | Description |
|---|---|
| org.wildfly.common.rpc |
Classes which are commonly useful for simple RPC applications.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteExceptionCause |
RemoteExceptionCause.getCause() |
static RemoteExceptionCause |
RemoteExceptionCause.of(java.lang.Throwable t)
Get a remote exception cause for the given
Throwable. |
static RemoteExceptionCause |
RemoteExceptionCause.readFromStream(java.io.DataInput input) |
| Constructor and Description |
|---|
RemoteExceptionCause(java.lang.String msg,
RemoteExceptionCause cause,
java.lang.String exceptionClassName)
Constructs a new
RemoteExceptionCause instance with an initial message and cause. |
RemoteExceptionCause(java.lang.String msg,
RemoteExceptionCause cause,
java.lang.String exceptionClassName,
java.util.Map<java.lang.String,java.lang.String> fields)
Constructs a new
RemoteExceptionCause instance with an initial message and cause. |
Copyright © 2015 JBoss, a division of Red Hat, Inc.