public class ExceptionResponse extends InvalidResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionResponse.Externalizer |
| Constructor and Description |
|---|
ExceptionResponse() |
ExceptionResponse(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
void |
setException(Exception exception) |
String |
toString() |
isSuccessful, isValidpublic ExceptionResponse()
public ExceptionResponse(Exception exception)
public Exception getException()
public void setException(Exception exception)
public String toString()
toString in class InvalidResponseCopyright © 2022 JBoss by Red Hat. All rights reserved.