? SubsystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.service.subsystem.SubsystemException
- ????????:
Serializable
A Subsystem exception used to indicate a problem.
- ????:
-
?????
????????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. -
????
-
???????
-
SubsystemException
public SubsystemException()Construct a Subsystem exception with no message. -
SubsystemException
Construct a Subsystem exception specifying a message.- ??:
message
- The message to include in the exception.
-
SubsystemException
Construct a Subsystem exception specifying a cause.- ??:
cause
- The cause of the exception.
-
SubsystemException
Construct a Subsystem exception specifying a message and a cause.- ??:
message
- The message to include in the exception.cause
- The cause of the exception.
-