public class RegistryException extends JAXRException
causeSTATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING| Constructor and Description |
|---|
RegistryException() |
RegistryException(java.lang.String message) |
RegistryException(java.lang.String message,
java.lang.Throwable cause) |
RegistryException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Key |
getErrorObjectKey() |
void |
setErrorObjectKey(Key errorObjectKey) |
getCause, getMessage, getRequestId, getStatus, initCause, isAvailablepublic RegistryException()
public RegistryException(java.lang.String message)
public RegistryException(java.lang.Throwable cause)
public RegistryException(java.lang.String message,
java.lang.Throwable cause)
public Key getErrorObjectKey() throws JAXRException
JAXRExceptionpublic void setErrorObjectKey(Key errorObjectKey) throws JAXRException
JAXRException