Class ConnectionFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
-
- com.atlassian.bitbucket.jenkins.internal.client.exception.ConnectionFailureException
-
- All Implemented Interfaces:
Serializable
public class ConnectionFailureException extends BitbucketClientException
Could not connect to the server, either the socket was rejected, or the connection timed out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionFailureException(IOException e)
-
Method Summary
-
Methods inherited from class com.atlassian.bitbucket.jenkins.internal.client.exception.BitbucketClientException
toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ConnectionFailureException
public ConnectionFailureException(IOException e)
-
-