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)
           
 
Method Summary
 Object[] getArguments()
           
 ExceptionType getExceptionType()
           
 String getMessage()
           
 String getMessageKey()
           
 
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)
Method Detail

getExceptionType

public ExceptionType getExceptionType()

getMessageKey

public String getMessageKey()

getArguments

public Object[] getArguments()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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