Package jrpc.exceptions
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jrpc.exceptions.ServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description ServiceException()
ServiceException(java.lang.String message)
ServiceException(java.lang.String message, java.lang.Throwable cause)
protected
ServiceException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ServiceException
public ServiceException()
-
ServiceException
public ServiceException(java.lang.String message)
-
ServiceException
public ServiceException(java.lang.String message, java.lang.Throwable cause)
-
ServiceException
public ServiceException(java.lang.Throwable cause)
-
ServiceException
protected ServiceException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-