public class GedcomxApplicationException extends RuntimeException
| Constructor and Description |
|---|
GedcomxApplicationException() |
GedcomxApplicationException(com.sun.jersey.api.client.ClientResponse response) |
GedcomxApplicationException(String message) |
GedcomxApplicationException(String message,
com.sun.jersey.api.client.ClientResponse response) |
GedcomxApplicationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.ClientResponse |
getResponse() |
com.sun.jersey.api.client.ClientResponse.Status |
getResponseStatus() |
List<HttpWarning> |
getWarnings() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GedcomxApplicationException()
public GedcomxApplicationException(String message)
public GedcomxApplicationException(Throwable cause)
public GedcomxApplicationException(String message, com.sun.jersey.api.client.ClientResponse response)
public GedcomxApplicationException(com.sun.jersey.api.client.ClientResponse response)
public com.sun.jersey.api.client.ClientResponse getResponse()
public com.sun.jersey.api.client.ClientResponse.Status getResponseStatus()
public List<HttpWarning> getWarnings()
Copyright © 2018. All rights reserved.