Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException extends Exception
Thrown if the service detected an error during starting or stopping a service. Must not be thrown during service invocations.
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException()
    • ServiceException

      public ServiceException(String message)
    • ServiceException

      public ServiceException(Throwable cause)
    • ServiceException

      public ServiceException(String message, Throwable cause)