Class ServiceUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class ServiceUnavailableException
    extends RuntimeException
    Exception thrown when a requested service is not available or service get timed out.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceUnavailableException

        public ServiceUnavailableException​(String message,
                                           Throwable cause)
        Parameters:
        message - the exception message, cannot be null
        cause - the cause to set, cannot be null
      • ServiceUnavailableException

        public ServiceUnavailableException​(String message)
        Parameters:
        message - the exception message, cannot be null
      • ServiceUnavailableException

        public ServiceUnavailableException​(Throwable cause)
        Parameters:
        cause - the cause to set, cannot be null