ExceptionHandlingThrowResult Class
- java.
lang. Object - ExceptionHandlingResult
- microsoft.
servicefabric. services. communication. client. ExceptionHandlingThrowResult
- microsoft.
public class ExceptionHandlingThrowResult extends ExceptionHandlingResult
Specifies the exception handling result when the request from client to service cannot be retried
Method Summary
Modifier and Type | Method and Description |
---|---|
Throwable |
getExceptionToThrow()
The exception that should be thrown to the client. |
void |
setExceptionToThrow(Throwable exception)
The exception that should be thrown to the client. |
Method Details
getExceptionToThrow
public Throwable getExceptionToThrow()
The exception that should be thrown to the client.
Returns:
Exception to throw
setExceptionToThrow
public void setExceptionToThrow(Throwable exception)
The exception that should be thrown to the client.
Parameters:
exception
- Exception to throw
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java