Class PrlApiTimeoutException

All Implemented Interfaces:
Serializable

public class PrlApiTimeoutException extends PrlApiException
Thrown by PrlDevopsApiClient.waitForVmReady(java.lang.String, java.lang.String, java.time.Duration, java.time.Duration) when the VM does not reach the running state within the allotted timeout.
See Also:
  • Constructor Details

    • PrlApiTimeoutException

      public PrlApiTimeoutException(String vmId, Duration timeout)
  • Method Details

    • getVmId

      public String getVmId()
    • getTimeout

      public Duration getTimeout()