public class ComponentConnectionException
extends java.lang.Exception
Constructor and Description |
---|
ComponentConnectionException(java.lang.String msg)
Construct an exception with an error message.
|
ComponentConnectionException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with an error message and underlying cause.
|
ComponentConnectionException(java.lang.Throwable cause)
Construct an exception with an underlying cause.
|
public ComponentConnectionException(java.lang.String msg)
msg
- A message describing the problem.public ComponentConnectionException(java.lang.Throwable cause)
cause
- The underlying cause of this exception.public ComponentConnectionException(java.lang.String msg, java.lang.Throwable cause)
msg
- A message describing the problem.cause
- The underlying cause of this exception.