com.bigdata.service
Class NoSuchService
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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().
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.