Class AbstractRuntimeException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract int getHttpCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • LOGGER

        public static final java.util.logging.Logger LOGGER
    • Constructor Detail

      • AbstractRuntimeException

        public AbstractRuntimeException​(java.lang.String message)
      • AbstractRuntimeException

        public AbstractRuntimeException​(java.lang.String message,
                                        java.util.List<ExceptionDetail> details)
      • AbstractRuntimeException

        public AbstractRuntimeException​(java.lang.String message,
                                        ExceptionDetail detail)
    • Method Detail

      • getHttpCode

        public abstract int getHttpCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable