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