jade.core
Class ServiceException

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

public class ServiceException
extends WrapperException

Generic exception thrown by JADE kernel level services.

See Also:
Serialized Form

Constructor Summary
ServiceException()
           
ServiceException(java.lang.String msg)
           
ServiceException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

ServiceException

public ServiceException()

ServiceException

public ServiceException(java.lang.String msg)

ServiceException

public ServiceException(java.lang.String msg,
                        java.lang.Throwable cause)


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