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
Deprecated.
Does not actually do what it claims; only affects logging levels.
An exception to flag that the connection has been rejected and no further connection attempts should be made.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Deprecated.PermanentConnectionRefusalException
(String message, Object... args) Deprecated.PermanentConnectionRefusalException
(String message, Throwable cause) Deprecated.Deprecated.PermanentConnectionRefusalException
(Throwable cause, String message, Object... args) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PermanentConnectionRefusalException
public PermanentConnectionRefusalException()Deprecated. -
PermanentConnectionRefusalException
Deprecated. -
PermanentConnectionRefusalException
Deprecated. -
PermanentConnectionRefusalException
Deprecated. -
PermanentConnectionRefusalException
Deprecated. -
PermanentConnectionRefusalException
Deprecated.
-