Package 

Class ServerErrorException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer httpCode
      private final Throwable cause
      private final String message
    • Method Summary

      Modifier and Type Method Description
      final Integer getHttpCode()
      Throwable getCause()
      String getMessage()
      • Methods inherited from class java.lang.Exception

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

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

      • ServerErrorException

        ServerErrorException(Integer httpCode)