public class SubsystemException extends RuntimeException
| Constructor and Description | 
|---|
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. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SubsystemException()
public SubsystemException(String message)
message - The message to include in the exception.public SubsystemException(Throwable cause)
cause - The cause of the exception.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0