Class ServiceUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.druid.server.initialization.jetty.ServiceUnavailableException
-
- All Implemented Interfaces:
Serializable
public class ServiceUnavailableException extends RuntimeException
This class is for any exceptions that should return a Service unavailable status code (503). SeeBadQueryExceptionfor query requests.- See Also:
ServiceUnavailableExceptionMapper, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceUnavailableException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceUnavailableException
public ServiceUnavailableException(String msg)
-
-