public class ParameterNotFoundFactory extends Object implements RemoteFunctionExceptionFactory<ParameterNotFoundException>
Constructor and Description |
---|
ParameterNotFoundFactory(String parameter) |
Modifier and Type | Method and Description |
---|---|
ParameterNotFoundException |
create(RemoteFunctionMessage message)
Create a new exception for a given remote function message.
|
@Nonnull public ParameterNotFoundException create(@Nonnull RemoteFunctionMessage message)
RemoteFunctionExceptionFactory
create
in interface RemoteFunctionExceptionFactory<ParameterNotFoundException>
message
- The remote function message.Copyright © 2020 SAP SE. All rights reserved.