public class CommunicationsException
extends java.lang.Exception
Constructor and Description |
---|
CommunicationsException()
Constructs an
CommunicationsException with no detail
message. |
CommunicationsException(java.lang.String s)
Constructs an
CommunicationsException with the specified
detail message. |
public CommunicationsException()
CommunicationsException
with no detail
message.public CommunicationsException(java.lang.String s)
CommunicationsException
with the specified
detail message.s
- the detail message.