com.bigdata.service
Class NoSuchService

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bigdata.service.NoSuchService
All Implemented Interfaces:
Serializable

public class NoSuchService
extends RuntimeException

Exception thrown when a service was requested but has not been discovered or is otherwise not available.

Version:
$Id: NoSuchService.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form
TODO:
this exception should be used consistently when the caller uses one of the service discover methods on IBigdataFederation and gets back a null instead of a service. For example, IBigdataFederation.getMetadataService().

Constructor Summary
NoSuchService()
           
NoSuchService(String message)
           
NoSuchService(String message, Throwable cause)
           
NoSuchService(Throwable cause)
           
 
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

NoSuchService

public NoSuchService()

NoSuchService

public NoSuchService(String message)
Parameters:
message -

NoSuchService

public NoSuchService(Throwable cause)
Parameters:
cause -

NoSuchService

public NoSuchService(String message,
                     Throwable cause)
Parameters:
message -
cause -


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.