public class RegistryServiceException extends Exception
Constructor and Description |
---|
RegistryServiceException(String messageKey,
com.sun.jersey.api.client.ClientResponse.Status status) |
RegistryServiceException(String messageKey,
ExceptionType exceptionType,
Object... arguments) |
RegistryServiceException(String messageKey,
javax.ws.rs.core.Response.Status status) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
ExceptionType |
getExceptionType() |
String |
getMessage() |
String |
getMessageKey() |
com.sun.jersey.api.client.ClientResponse.Status |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegistryServiceException(String messageKey, ExceptionType exceptionType, Object... arguments)
public RegistryServiceException(String messageKey, javax.ws.rs.core.Response.Status status)
public RegistryServiceException(String messageKey, com.sun.jersey.api.client.ClientResponse.Status status)
public ExceptionType getExceptionType()
public String getMessageKey()
public Object[] getArguments()
public String getMessage()
getMessage
in class Throwable
public com.sun.jersey.api.client.ClientResponse.Status getStatus()
Copyright © 2010–2015 Planetary Data System. All rights reserved.