public class ConnectionBrokenException extends ConnectorIOException
ConnectionBrokenException
generally wraps the
native exception (or describes the native error) returned by the target
resource.Constructor and Description |
---|
ConnectionBrokenException() |
ConnectionBrokenException(String msg) |
ConnectionBrokenException(String message,
Throwable ex) |
ConnectionBrokenException(Throwable ex) |
rethrow, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionBrokenException()
ConnectorException()
public ConnectionBrokenException(String msg)
ConnectorException(String)
public ConnectionBrokenException(Throwable ex)
ConnectorException(Throwable)
public ConnectionBrokenException(String message, Throwable ex)
ConnectorException(String, Throwable)
Copyright © 2022. All rights reserved.