public class ServiceException extends OsgiException
| Constructor and Description |
|---|
ServiceException()
Constructs a new
ServiceException instance. |
ServiceException(String message)
Constructs a new
ServiceException instance. |
ServiceException(String message,
Throwable cause)
Constructs a new
ServiceException instance. |
ServiceException(Throwable cause)
Constructs a new
ServiceException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
ServiceException instance.public ServiceException(String message, Throwable cause)
ServiceException instance.message - exception detailed messagecause - exception causepublic ServiceException(String message)
ServiceException instance.message - exception detailed messagepublic ServiceException(Throwable cause)
ServiceException instance.cause - exception causeCopyright © 2006-2013. All Rights Reserved.