public class CommunicationStackException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
|
CommunicationStackException(java.lang.String message)
Creates a CommunicationStackException with the given description of the
error that caused this exception.
|
|
CommunicationStackException(java.lang.String message,
java.lang.Throwable cause)
Creates a CommunicationStackException with the given error message and the
reason for this exception.
|
protected |
CommunicationStackException(java.lang.Throwable cause)
Creates a
CommunicationStackException for the designated
throwable. |
public CommunicationStackException(java.lang.String message,
java.lang.Throwable cause)
message - The error description for this exception.cause - The reason for this exception.public CommunicationStackException(java.lang.String message)
message - The error description for this exception.protected CommunicationStackException(java.lang.Throwable cause)
CommunicationStackException for the designated
throwable. This is for wrapping an occurred exception in a corresponding
subclass.cause - The wrapped cause for this exception.