| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.objectweb.jonas.service.ServiceException
All known Subclasses: org.objectweb.jonas.webapp.jonasadmin.JonasAdminException, org.objectweb.jonas.resource.ResourceServiceException, org.objectweb.jonas.client.ClientContainerException, org.objectweb.jonas.mail.MailServiceException, org.objectweb.jonas.discovery.DuplicateServerNameException, org.objectweb.jonas.ws.WSServiceException, org.objectweb.jonas.service.JonasAlreadyStartedException, org.objectweb.jonas.web.JWebContainerServiceException, org.objectweb.jonas.ear.EarServiceException,
ServiceException | public class ServiceException extends RuntimeException (Code) | | Exception thrown by JOnAS Services.
|
ServiceException | public ServiceException(String message)(Code) | | Constructor specifying only the cause message.
Parameters: message - Exception description |
ServiceException | public ServiceException(String message, Throwable throwable)(Code) | | Constructor with message description + cause
Parameters: message - Exception description Parameters: throwable - cause of the Exception |
getMessage | public String getMessage()(Code) | | Returns the message description of the Exception |
toString | public String toString()(Code) | | Returns a String representation of the Exception |
|
|