Class HttpException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HttpException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpException​(int statusCode)  
      HttpException​(int statusCode, java.lang.String reason)  
      HttpException​(int statusCode, java.lang.String reason, java.lang.String internalCode)  
      HttpException​(int statusCode, java.lang.String reason, java.lang.String internalCode, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HttpException

        public HttpException​(int statusCode)
      • HttpException

        public HttpException​(int statusCode,
                             @Nullable
                             java.lang.String reason)
      • HttpException

        public HttpException​(int statusCode,
                             @Nullable
                             java.lang.String reason,
                             @Nullable
                             java.lang.String internalCode)
      • HttpException

        public HttpException​(int statusCode,
                             @Nullable
                             java.lang.String reason,
                             @Nullable
                             java.lang.String internalCode,
                             @Nullable
                             java.lang.Throwable cause)