jade.core
Class ServiceNotActiveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.core.ServiceException
                  extended by jade.core.ServiceNotActiveException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotActiveException
extends ServiceException

This exception is thrown when trying to access a JADE kernel level service that is not installed in the local node.

See Also:
Serialized Form

Constructor Summary
ServiceNotActiveException(java.lang.String serviceName)
           
 
Method Summary
 
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotActiveException

public ServiceNotActiveException(java.lang.String serviceName)


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions