public class CommunicationsException extends Exception
| Constructor and Description |
|---|
CommunicationsException(String s)
Constructs an
CommunicationsException with the specified
detail message. |
CommunicationsException(String s,
Throwable e)
Constructs an
CommunicationsException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommunicationsException(String s)
CommunicationsException with the specified
detail message.s - the detail message.Copyright © 2015. All rights reserved.