T
- Generic remote function exception type.public interface RemoteFunctionExceptionFactory<T extends RemoteFunctionException>
Modifier and Type | Method and Description |
---|---|
T |
create(RemoteFunctionMessage message)
Create a new exception for a given remote function message.
|
@Nonnull T create(@Nonnull RemoteFunctionMessage message)
message
- The remote function message.Copyright © 2020 SAP SE. All rights reserved.