Package jadex.bridge.service.search
Class ServiceNotFoundException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jadex.bridge.service.search.ServiceNotFoundException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ServiceNotFoundException extends java.lang.RuntimeExceptionException to denote that a requested service was not found.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ServiceNotFoundException(java.lang.String message)Create a new service not found exception.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintStackTrace()
 
-