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, isValid
public ExceptionResponse()
public ExceptionResponse(Exception exception)
public Exception getException()
public void setException(Exception exception)
public String toString()
toString
in class InvalidResponse
Copyright © 2021 JBoss by Red Hat. All rights reserved.