public class CommunicationException
extends org.teiid.core.TeiidException
| Constructor and Description |
|---|
CommunicationException()
No-Arg Constructor
|
CommunicationException(org.teiid.core.BundleUtil.Event event,
String message) |
CommunicationException(org.teiid.core.BundleUtil.Event event,
Throwable t) |
CommunicationException(org.teiid.core.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(org.teiid.core.BundleUtil.Event event,
Throwable t,
String message)
public CommunicationException(org.teiid.core.BundleUtil.Event event,
Throwable t)
public CommunicationException(org.teiid.core.BundleUtil.Event event,
String message)
Copyright © 2017 JBoss by Red Hat. All rights reserved.