Class RemoteApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jenkins.plugins.lockableresources.remote.RemoteApiException
- All Implemented Interfaces:
Serializable
Exception from remote API communication.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteApiException(String message, int httpStatus, String serverId, String remoteCode) RemoteApiException(String message, Throwable cause, String serverId) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteApiException
-
RemoteApiException
-
-
Method Details
-
getHttpStatus
public int getHttpStatus() -
getServerId
-
getRemoteCode
-