public class ConnectionException extends PortableException
After this exception is thrown, any attempt to use the Connection (or any Channel created by the Connection) may result in an exception.
m_asStackRemote, m_sMessage, m_sName
Constructor and Description |
---|
ConnectionException()
Construct a ConnectionException with no detail message.
|
ConnectionException(String s)
Construct a ConnectionException with the specified detail message.
|
ConnectionException(String s,
com.tangosol.net.messaging.Connection connection)
Construct a ConnectionException with the specified detail message and
Connection.
|
ConnectionException(String s,
Throwable e)
Construct a ConnectionException from a Throwable and an additional
description.
|
ConnectionException(String s,
Throwable e,
com.tangosol.net.messaging.Connection connection)
Construct a ConnectionException from a Throwable, additional description,
and a Connection.
|
ConnectionException(Throwable e)
Construct a ConnectionException from a Throwable.
|
ConnectionException(Throwable e,
com.tangosol.net.messaging.Connection connection)
Construct a ConnectionException from a Throwable and Connection.
|
getFullStackTrace, getMessage, getName, printStackTrace, printStackTrace, readExternal, readResolve, toString, writeExternal
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeReplace
public ConnectionException()
public ConnectionException(String s)
s
- the String that contains a detailed messagepublic ConnectionException(String s, com.tangosol.net.messaging.Connection connection)
s
- the String that contains a detailed messageconnection
- the Connection where the error occurredpublic ConnectionException(Throwable e)
e
- the Throwablepublic ConnectionException(Throwable e, com.tangosol.net.messaging.Connection connection)
e
- the Throwableconnection
- the Connection where the error occurredpublic ConnectionException(String s, Throwable e)
s
- the additional descriptione
- the Throwablepublic ConnectionException(String s, Throwable e, com.tangosol.net.messaging.Connection connection)
s
- the additional descriptione
- the Throwableconnection
- the Connection where the error occurred