Uses of Class
org.wildfly.common.rpc.RemoteExceptionCause
-
Packages that use RemoteExceptionCause Package Description org.wildfly.common.rpc Classes which are commonly useful for simple RPC applications. -
-
Uses of RemoteExceptionCause in org.wildfly.common.rpc
Methods in org.wildfly.common.rpc that return RemoteExceptionCause Modifier and Type Method Description RemoteExceptionCause
RemoteExceptionCause. getCause()
static RemoteExceptionCause
RemoteExceptionCause. of(java.lang.Throwable t)
Get a remote exception cause for the givenThrowable
.static RemoteExceptionCause
RemoteExceptionCause. readFromStream(java.io.DataInput input)
Constructors in org.wildfly.common.rpc with parameters of type RemoteExceptionCause Constructor Description RemoteExceptionCause(java.lang.String msg, RemoteExceptionCause cause, java.lang.String exceptionClassName)
Constructs a newRemoteExceptionCause
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 newRemoteExceptionCause
instance with an initial message and cause.
-