Class ServiceUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gbif.api.exception.ServiceUnavailableException
All Implemented Interfaces:
Serializable

An unchecked exception that indicates that the service is not available.

As this class is a runtime exception, there is no need for user code to catch it or subclasses if any error is to be considered fatal (the usual case).

See Also:
  • Constructor Details