Package jade.core
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.core.ServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServiceNotActiveException
public class ServiceException extends WrapperException
Generic exception thrown by JADE kernel level services.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException()ServiceException(String msg)ServiceException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-