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