|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.osgi.service.subsystem.SubsystemException
public class SubsystemException
A Subsystem exception used to indicate a problem.
Constructor Summary | |
---|---|
SubsystemException()
Construct a Subsystem exception with no message. |
|
SubsystemException(java.lang.String message)
Construct a Subsystem exception specifying a message. |
|
SubsystemException(java.lang.String message,
java.lang.Throwable cause)
Construct a Subsystem exception specifying a message and a cause. |
|
SubsystemException(java.lang.Throwable cause)
Construct a Subsystem exception specifying a cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubsystemException()
public SubsystemException(java.lang.String message)
message
- The message to include in the exception.public SubsystemException(java.lang.Throwable cause)
cause
- The cause of the exception.public SubsystemException(java.lang.String message, java.lang.Throwable cause)
message
- The message to include in the exception.cause
- The cause of the exception.
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |