Class PermanentConnectionRefusalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException
-
- org.jenkinsci.remoting.protocol.impl.PermanentConnectionRefusalException
-
- All Implemented Interfaces:
Serializable
public class PermanentConnectionRefusalException extends ConnectionRefusalException
An exception to flag that the connection has been rejected and no further connection attempts should be made.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermanentConnectionRefusalException()
PermanentConnectionRefusalException(String message)
PermanentConnectionRefusalException(String message, Object... args)
PermanentConnectionRefusalException(String message, Throwable cause)
PermanentConnectionRefusalException(Throwable cause)
PermanentConnectionRefusalException(Throwable cause, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException()
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException(String message)
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException(String message, Object... args)
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException(Throwable cause, String message, Object... args)
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException(String message, Throwable cause)
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException(Throwable cause)
-
-