public class OsgiException extends RuntimeException
Constructor and Description |
---|
OsgiException()
Default constructor using no specified cause or detailed message.
|
OsgiException(String message)
Constructs a new
OsgiException instance. |
OsgiException(String message,
Throwable cause)
Constructs a new
OsgiException instance. |
OsgiException(Throwable cause)
Constructs a new
OsgiException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OsgiException()
public OsgiException(String message, Throwable cause)
OsgiException
instance.message
- detailed messagecause
- exception causepublic OsgiException(String message)
OsgiException
instance.message
- detailed messagepublic OsgiException(Throwable cause)
OsgiException
instance.cause
- exception causeCopyright © 2006–2016. All rights reserved.