Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends RuntimeException
Thrown when the server is unable to serve the HTTP request.
See Also:
  • Constructor Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String message)
      Constructs an ServiceUnavailableException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)