gov.nasa.pds.registry.exception
Class RegistryServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.registry.exception.RegistryServiceException
All Implemented Interfaces:
Serializable

public class RegistryServiceException
extends Exception

Author:
pramirez
See Also:
Serialized Form

Constructor Summary
RegistryServiceException(String messageKey, ExceptionType exceptionType, Object... arguments)
           
RegistryServiceException(String messageKey, javax.ws.rs.core.Response.Status status)
           
 
Method Summary
 Object[] getArguments()
           
 ExceptionType getExceptionType()
           
 String getMessage()
           
 String getMessageKey()
           
 javax.ws.rs.core.Response.Status getStatus()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryServiceException

public RegistryServiceException(String messageKey,
                                ExceptionType exceptionType,
                                Object... arguments)

RegistryServiceException

public RegistryServiceException(String messageKey,
                                javax.ws.rs.core.Response.Status status)
Method Detail

getExceptionType

public ExceptionType getExceptionType()

getMessageKey

public String getMessageKey()

getArguments

public Object[] getArguments()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getStatus

public javax.ws.rs.core.Response.Status getStatus()


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.