public class SuspectConnectionException extends ConnectionException
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 |
---|
SuspectConnectionException()
Construct a SuspectConnectionException with no detail message.
|
SuspectConnectionException(String s)
Construct a SuspectConnectionException with the specified detail message.
|
SuspectConnectionException(String s,
com.tangosol.net.messaging.Connection connection)
Construct a SuspectConnectionException with the specified detail message and
Connection.
|
SuspectConnectionException(String s,
Throwable e)
Construct a SuspectConnectionException from a Throwable and an additional
description.
|
SuspectConnectionException(String s,
Throwable e,
com.tangosol.net.messaging.Connection connection)
Construct a SuspectConnectionException from a Throwable, additional description,
and a Connection.
|
SuspectConnectionException(Throwable e)
Construct a SuspectConnectionException from a Throwable.
|
SuspectConnectionException(Throwable e,
com.tangosol.net.messaging.Connection connection)
Construct a SuspectConnectionException 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 SuspectConnectionException()
public SuspectConnectionException(String s)
s
- the String that contains a detailed messagepublic SuspectConnectionException(String s, com.tangosol.net.messaging.Connection connection)
s
- the String that contains a detailed messageconnection
- the Connection where the error occurredpublic SuspectConnectionException(Throwable e)
e
- the Throwablepublic SuspectConnectionException(Throwable e, com.tangosol.net.messaging.Connection connection)
e
- the Throwableconnection
- the Connection where the error occurredpublic SuspectConnectionException(String s, Throwable e)
s
- the additional descriptione
- the Throwablepublic SuspectConnectionException(String s, Throwable e, com.tangosol.net.messaging.Connection connection)
s
- the additional descriptione
- the Throwableconnection
- the Connection where the error occurred