Uses of Class
org.wildfly.common.rpc.RemoteExceptionCause
Packages that use RemoteExceptionCause
Package
Description
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 RemoteExceptionCauseModifier and TypeMethodDescriptionRemoteExceptionCause.getCause()static RemoteExceptionCauseGet a remote exception cause for the givenThrowable.static RemoteExceptionCauseRemoteExceptionCause.readFromStream(DataInput input) Constructors in org.wildfly.common.rpc with parameters of type RemoteExceptionCauseModifierConstructorDescriptionRemoteExceptionCause(String msg, RemoteExceptionCause cause, String exceptionClassName) Constructs a newRemoteExceptionCauseinstance with an initial message and cause.RemoteExceptionCause(String msg, RemoteExceptionCause cause, String exceptionClassName, Map<String, String> fields) Constructs a newRemoteExceptionCauseinstance with an initial message and cause.