Class ResourceUnavailableException

All Implemented Interfaces:
Serializable

public class ResourceUnavailableException extends AccessException
Can be thrown by the MetadataProvider.notifyUser(String, String, Map) methods instead of a generic AccessException if the User credentials cannot be validated because of a temporary lack of resources.
When receiving this exception, the Server will instruct the client to retry in short time.
See Also:
  • Constructor Details

    • ResourceUnavailableException

      public ResourceUnavailableException(@Nullable String msg)
      Constructs a ResourceUnavailableException with a supplied error message text.
      Parameters:
      msg - The detail message.