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