Class ServiceUnavailableException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(value=SERVICE_UNAVAILABLE,
                    reason="Upstream service is temporarily unavailable")
    public class ServiceUnavailableException
    extends Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException()
      • ServiceUnavailableException

        public ServiceUnavailableException​(String message)
    • Method Detail

      • fillInStackTrace

        public Throwable fillInStackTrace()
        Disables fillInStackTrace for performance reasons.
        Overrides:
        fillInStackTrace in class Throwable
        Returns:
        this