public class CommunicationException extends TeiidException
code| Constructor and Description |
|---|
CommunicationException()
No-Arg Constructor
|
CommunicationException(BundleUtil.Event event,
String message) |
CommunicationException(BundleUtil.Event event,
Throwable t) |
CommunicationException(BundleUtil.Event event,
Throwable t,
String message) |
CommunicationException(String message) |
CommunicationException(Throwable e) |
CommunicationException(Throwable e,
String message) |
getCode, getMessage, getOriginalType, setCode, setOriginalTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommunicationException()
public CommunicationException(String message)
message - public CommunicationException(Throwable e)
e - public CommunicationException(Throwable e, String message)
e - message - public CommunicationException(BundleUtil.Event event, Throwable t, String message)
public CommunicationException(BundleUtil.Event event, Throwable t)
public CommunicationException(BundleUtil.Event event, String message)
Copyright © 2018 JBoss by Red Hat. All rights reserved.