public class ComponentDefinitionException
extends java.lang.RuntimeException
Constructor and Description |
---|
ComponentDefinitionException()
Creates a Component Definition Exception with no message or exception
cause.
|
ComponentDefinitionException(java.lang.String explanation)
Creates a Component Definition Exception with the specified message
|
ComponentDefinitionException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a Component Definition Exception with the specified message and
exception cause.
|
ComponentDefinitionException(java.lang.Throwable cause)
Creates a Component Definition Exception with the exception cause.
|
public ComponentDefinitionException()
public ComponentDefinitionException(java.lang.String explanation)
explanation
- The associated message.public ComponentDefinitionException(java.lang.String explanation, java.lang.Throwable cause)
explanation
- The associated message.cause
- The cause of this exception.public ComponentDefinitionException(java.lang.Throwable cause)
cause
- The cause of this exception.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0