public class CommunicationsException
extends java.lang.Exception
| Constructor and Description |
|---|
CommunicationsException(java.lang.String s)
Constructs an
CommunicationsException with the specified
detail message. |
CommunicationsException(java.lang.String s,
java.lang.Throwable e)
Constructs an
CommunicationsException with the specified
detail message. |
public CommunicationsException(java.lang.String s)
CommunicationsException with the specified
detail message.s - the detail message.public CommunicationsException(java.lang.String s,
java.lang.Throwable e)
CommunicationsException with the specified
detail message.s - The detail messagee - The cause