org.objectweb.jonas.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.jonas.service.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClientContainerException, EarServiceException, JonasAdminException, JonasAlreadyStartedException, JWebContainerServiceException, MailServiceException, ResourceServiceException, WSServiceException
- public class ServiceException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceException
public ServiceException(java.lang.String message)
ServiceException
public ServiceException(java.lang.String message,
java.lang.Throwable throwable)
getCause
public java.lang.Throwable getCause()
getMessage
public java.lang.String getMessage()
toString
public java.lang.String toString()