|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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(String message)
Construct a Subsystem exception specifying a message. |
|
SubsystemException(String message,
Throwable cause)
Construct a Subsystem exception specifying a message and a cause. |
|
SubsystemException(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, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubsystemException()
public SubsystemException(String message)
message
- The message to include in the exception.public SubsystemException(Throwable cause)
cause
- The cause of the exception.public SubsystemException(String message, Throwable cause)
message
- The message to include in the exception.cause
- The cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |