Interface RemoteFunctionExceptionFactory<T extends RemoteFunctionException>
- Type Parameters:
T
- Generic remote function exception type.
- All Known Implementing Classes:
AccessDeniedExceptionFactory
,InvalidParameterExceptionFactory
,MissingErpConfigurationExceptionFactory
,MissingParameterFactory
,NotImplementedExceptionFactory
,ParameterNotFoundFactory
,WrongCustomizingExceptionFactory
public interface RemoteFunctionExceptionFactory<T extends RemoteFunctionException>
The Remote Function Exception Factory.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(RemoteFunctionMessage message) Deprecated.This module will be discontinued, along with its classes and methods.
-
Method Details
-
create
Deprecated.This module will be discontinued, along with its classes and methods.Create a new exception for a given remote function message.- Parameters:
message
- The remote function message.- Returns:
- A new exception instance.
-