Class RemoteApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jenkins.plugins.lockableresources.remote.RemoteApiException
All Implemented Interfaces:
Serializable

public class RemoteApiException extends IOException
Exception from remote API communication.
See Also:
  • Constructor Details

    • RemoteApiException

      public RemoteApiException(String message, int httpStatus, String serverId, String remoteCode)
    • RemoteApiException

      public RemoteApiException(String message, Throwable cause, String serverId)
  • Method Details

    • getHttpStatus

      public int getHttpStatus()
    • getServerId

      public String getServerId()
    • getRemoteCode

      @CheckForNull public String getRemoteCode()