- All Implemented Interfaces:
- java.io.Serializable
public class BusinessException
extends java.lang.RuntimeException
Thrown by the invocation layer in response to an exception in the remote service call,
that is triggered by the business logic execution. This exception is safe for the
remote transport as it does not preserve the instance reference of the original
exception thrown.
This exception is not intended to be instantiated outside of the rpc infrastructure,
therefore, package local constructors only.
- See Also:
- Serialized Form