public class ConnectionException extends OjaiException
Connection.| Constructor and Description |
|---|
ConnectionException()
Default constructor.
|
ConnectionException(String s)
Constructor.
|
ConnectionException(String s,
Throwable t)
Constructor taking a message and another exception.
|
ConnectionException(Throwable t)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConnectionException()
public ConnectionException(String s)
s - messagepublic ConnectionException(Throwable t)
t - exception to grab data fromCopyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.