public class ComponentConfigurationException
extends java.lang.Exception
Constructor and Description |
---|
ComponentConfigurationException()
Constructor
|
ComponentConfigurationException(java.lang.String message)
Constructor
|
ComponentConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
ComponentConfigurationException(java.lang.Throwable cause)
Constructor
|
public ComponentConfigurationException()
public ComponentConfigurationException(java.lang.String message)
message
- A message explaining the errorpublic ComponentConfigurationException(java.lang.String message, java.lang.Throwable cause)
message
- A message further explaining the errorcause
- The exception that triggered this errorpublic ComponentConfigurationException(java.lang.Throwable cause)
cause
- The exception that triggered this error