gov.nasa.pds.registry.exception
Class RegistryServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.registry.exception.RegistryServiceException
- All Implemented Interfaces:
- Serializable
public class RegistryServiceException
- extends Exception
- Author:
- pramirez
- See Also:
- Serialized Form
RegistryServiceException
public RegistryServiceException(String messageKey,
ExceptionType exceptionType,
Object... arguments)
RegistryServiceException
public RegistryServiceException(String messageKey,
javax.ws.rs.core.Response.Status status)
RegistryServiceException
public RegistryServiceException(String messageKey,
com.sun.jersey.api.client.ClientResponse.Status status)
getExceptionType
public ExceptionType getExceptionType()
getMessageKey
public String getMessageKey()
getArguments
public Object[] getArguments()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getStatus
public com.sun.jersey.api.client.ClientResponse.Status getStatus()
Copyright © 2010–2015 Planetary Data System. All rights reserved.