public class RuntimeAppserverError
extends java.lang.RuntimeException
ConditionException.
This is used by LegacyJavaAppserverClient, to inform the caller about the exception throw on the
remote side.
The remote exception is saved in the cause.
| Constructor and Description |
|---|
RuntimeAppserverError(java.lang.Throwable cause)
Create a new instance.
|