Class LoggableFailure

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalServerErrorException, NoMessageBodyWriterFoundFailure, WriterException

public class LoggableFailure extends Failure
This exception should only be used by Resteasy integrators. Applications code should use WebApplicationException

This is thrown by Resteasy runtime when a failure occurs. It will be logged by the runtime.

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
  • Constructor Details

    • LoggableFailure

      public LoggableFailure(String s, jakarta.ws.rs.core.Response response)
    • LoggableFailure

      public LoggableFailure(String s, Throwable throwable, jakarta.ws.rs.core.Response response)
    • LoggableFailure

      public LoggableFailure(Throwable throwable, jakarta.ws.rs.core.Response response)
    • LoggableFailure

      public LoggableFailure(String s, Throwable throwable)
    • LoggableFailure

      public LoggableFailure(Throwable throwable)
    • LoggableFailure

      public LoggableFailure(String s)
    • LoggableFailure

      public LoggableFailure(int errorCode)
    • LoggableFailure

      public LoggableFailure(String s, int errorCode)
    • LoggableFailure

      public LoggableFailure(String s, Throwable throwable, int errorCode)
    • LoggableFailure

      public LoggableFailure(Throwable throwable, int errorCode)