Package i5.las2peer.api
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.ServiceException
- All Implemented Interfaces:
java.io.Serializable
public class ServiceException
extends java.lang.Exception
Thrown if the service detected an error during starting or stopping a service.
Must not be thrown during service invocations.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceException()ServiceException(java.lang.String message)ServiceException(java.lang.String message, java.lang.Throwable cause)ServiceException(java.lang.Throwable cause) -
Method Summary
-
Constructor Details
-
ServiceException
public ServiceException() -
ServiceException
public ServiceException(java.lang.String message) -
ServiceException
public ServiceException(java.lang.Throwable cause) -
ServiceException
public ServiceException(java.lang.String message, java.lang.Throwable cause)
-