gov.nih.nci.caarray.services.exception
Class ServiceLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.exception.ServiceLookupException
All Implemented Interfaces:
java.io.Serializable

public class ServiceLookupException
extends java.lang.Exception

This exception is used to indicate that an error occurs when a service is looked up using ServiceLocator.

Author:
TranP
See Also:
Serialized Form

Constructor Summary
ServiceLookupException(java.lang.Exception e)
           
ServiceLookupException(java.lang.String reason)
          Creates a new ServiceLookupException with the specified reason.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ServiceLookupException

public ServiceLookupException(java.lang.String reason)
Creates a new ServiceLookupException with the specified reason. The reason provided will be available via the Exception.getMessage() method.

Parameters:
reason - - The reason this exception was thrown.

ServiceLookupException

public ServiceLookupException(java.lang.Exception e)