Package org.onlab.osgi
Class ServiceNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.onlab.osgi.ServiceNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ServiceNotFoundException extends java.lang.RuntimeExceptionRepresents condition where some service is not found or not available.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServiceNotFoundException()Creates a new exception with no message.ServiceNotFoundException(java.lang.String message)Creates a new exception with the supplied message.ServiceNotFoundException(java.lang.String message, java.lang.Throwable cause)Creates a new exception with the supplied message and cause. 
 - 
 
- 
- 
Constructor Detail
- 
ServiceNotFoundException
public ServiceNotFoundException()
Creates a new exception with no message. 
- 
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message)
Creates a new exception with the supplied message.- Parameters:
 message- error message
 
- 
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message, java.lang.Throwable cause)Creates a new exception with the supplied message and cause.- Parameters:
 message- error messagecause- cause of the error
 
 - 
 
 -