Class ResteasyServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
jakarta.ws.rs.ServerErrorException
jakarta.ws.rs.ServiceUnavailableException
org.jboss.resteasy.client.exception.ResteasyServiceUnavailableException
All Implemented Interfaces:
Serializable, WebApplicationExceptionWrapper<jakarta.ws.rs.ServiceUnavailableException>

public class ResteasyServiceUnavailableException extends jakarta.ws.rs.ServiceUnavailableException implements WebApplicationExceptionWrapper<jakarta.ws.rs.ServiceUnavailableException>
Wraps a ServiceUnavailableException with a sanitized response.
Author:
James R. Perkins
See Also:
  • Method Details

    • hasRetryAfter

      public boolean hasRetryAfter()
      Overrides:
      hasRetryAfter in class jakarta.ws.rs.ServiceUnavailableException
    • getRetryTime

      public Date getRetryTime(Date requestTime)
      Overrides:
      getRetryTime in class jakarta.ws.rs.ServiceUnavailableException
    • unwrap

      public jakarta.ws.rs.ServiceUnavailableException unwrap()
      Description copied from interface: WebApplicationExceptionWrapper
      Returns the original, unwrapped, exception.
      Specified by:
      unwrap in interface WebApplicationExceptionWrapper<jakarta.ws.rs.ServiceUnavailableException>
      Returns:
      the original exception