Class SaOperationRmiException

All Implemented Interfaces:
Serializable

@Deprecated public class SaOperationRmiException extends SaBasicException
Deprecated.
This exception is thrown by legacy operations to encapsulate SaRMIBaseExceptions in a SaBasicException. All operations should handle exceptions correctly and only throw SaBasicExceptions.

This exception exists for migration reasons only. It is used to port legacy operations with lax exception handling to the strict exception handling as required by the operation api. This exception should not be used otherwise.

Author:
owaeldrich
See Also: