Class ServiceUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class ServiceUnavailableException
    extends RuntimeException
    Exception raised when a service is unavailable.

    This is translated to a 503 error by the exception resolver.

    Author:
    poirigui
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException​(String message)