public class ComponentConfigurationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ComponentConfigurationException(java.lang.String message)
Construct a new
ComponentConfigurationException instance. |
ComponentConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new
ComponentConfigurationException instance. |
private static final long serialVersionUID
public ComponentConfigurationException(java.lang.String message)
ComponentConfigurationException instance.message - exception messagepublic ComponentConfigurationException(java.lang.String message,
java.lang.Throwable cause)
ComponentConfigurationException instance.message - exception messagecause - causing exception to chain