public class SubsystemException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
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.
|
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.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0