Class ServiceFailureException

All Implemented Interfaces:
Serializable

public class ServiceFailureException extends RESTException
Exception thrown on HTTP 5XX Server Error.
See Also:
  • Constructor Details

    • ServiceFailureException

      @FormatMethod public ServiceFailureException(String message, Object... args)
    • ServiceFailureException

      @FormatMethod public ServiceFailureException(Throwable cause, String message, Object... args)