public class ServiceException extends OsgiException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ServiceException()
Constructs a new
ServiceException instance. |
ServiceException(java.lang.String message)
Constructs a new
ServiceException instance. |
ServiceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
ServiceException instance. |
ServiceException(java.lang.Throwable cause)
Constructs a new
ServiceException instance. |
private static final long serialVersionUID
public ServiceException()
ServiceException instance.public ServiceException(java.lang.String message,
java.lang.Throwable cause)
ServiceException instance.message - exception detailed messagecause - exception causepublic ServiceException(java.lang.String message)
ServiceException instance.message - exception detailed messagepublic ServiceException(java.lang.Throwable cause)
ServiceException instance.cause - exception cause