public class ComponentDefinitionException extends RuntimeException
| Constructor and Description | 
|---|
ComponentDefinitionException()
Creates a Component Definition Exception with no message or exception
 cause. 
 | 
ComponentDefinitionException(String explanation)
Creates a Component Definition Exception with the specified message 
 | 
ComponentDefinitionException(String explanation,
                            Throwable cause)
Creates a Component Definition Exception with the specified message and
 exception cause. 
 | 
ComponentDefinitionException(Throwable cause)
Creates a Component Definition Exception with the exception cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentDefinitionException()
public ComponentDefinitionException(String explanation)
explanation - The associated message.public ComponentDefinitionException(String explanation, Throwable cause)
explanation - The associated message.cause - The cause of this exception.public ComponentDefinitionException(Throwable cause)
cause - The cause of this exception.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0