Package com.saperion.exception
Class SaOperationRmiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaOperationRmiException
- All Implemented Interfaces:
- Serializable
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:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Deprecated.Returns the wrappedSaRMIBaseException.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaOperationRmiExceptionDeprecated.
 
- 
- 
Method Details- 
getWrappedExceptionDeprecated.Returns the wrappedSaRMIBaseException.- Returns:
- the wrapped exception
 
- 
getMessageDeprecated.- Overrides:
- getMessagein class- Throwable
 
 
-