Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ubic.gemma.web.controller.util.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:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String message)