Class TextWebException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
com.peterphi.std.guice.web.rest.exception.TextWebException
All Implemented Interfaces:
Serializable

public class TextWebException extends javax.ws.rs.WebApplicationException
A text/plain WebApplicationException
N.B. clients will not be able to catch this exception type client-side!
See Also:
  • Constructor Details

    • TextWebException

      public TextWebException(String detail)
    • TextWebException

      public TextWebException(int status, String detail)
    • TextWebException

      public TextWebException(String detail, Throwable cause)
    • TextWebException

      public TextWebException(int status, String detail, Throwable cause)
  • Method Details