Hierarchy For Package org.jboss.resteasy.client.exception
Class Hierarchy
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- jakarta.ws.rs.WebApplicationException
- jakarta.ws.rs.ClientErrorException
- jakarta.ws.rs.BadRequestException
- org.jboss.resteasy.client.exception.ResteasyBadRequestException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.ForbiddenException
- org.jboss.resteasy.client.exception.ResteasyForbiddenException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.NotAcceptableException
- org.jboss.resteasy.client.exception.ResteasyNotAcceptableException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.NotAllowedException
- org.jboss.resteasy.client.exception.ResteasyNotAllowedException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.NotAuthorizedException
- org.jboss.resteasy.client.exception.ResteasyNotAuthorizedException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.NotFoundException
- org.jboss.resteasy.client.exception.ResteasyNotFoundException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.NotSupportedException
- org.jboss.resteasy.client.exception.ResteasyNotSupportedException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- org.jboss.resteasy.client.exception.ResteasyClientErrorException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.BadRequestException
- jakarta.ws.rs.RedirectionException
- org.jboss.resteasy.client.exception.ResteasyRedirectionException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- org.jboss.resteasy.client.exception.ResteasyWebApplicationException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.ServerErrorException
- jakarta.ws.rs.InternalServerErrorException
- org.jboss.resteasy.client.exception.ResteasyInternalServerErrorException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- org.jboss.resteasy.client.exception.ResteasyServerErrorException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.ServiceUnavailableException
- org.jboss.resteasy.client.exception.ResteasyServiceUnavailableException (implements org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>)
- jakarta.ws.rs.InternalServerErrorException
- jakarta.ws.rs.ClientErrorException
- jakarta.ws.rs.WebApplicationException
- java.lang.RuntimeException
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
- org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper<T>