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