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, setOriginalType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.