Class ServiceFailureException

All Implemented Interfaces:
Serializable

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

    • ServiceFailureException Link icon

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

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