Class ResourceUnavailableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceUnavailableException
    extends AccessException
    Can be thrown by the MetadataProvider.notifyUser(java.lang.String, java.lang.String, java.util.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.
    Version:
    $Revision: 31501 $ last modified: $Modtime: 17/01/07 16.14 $ last check-in: $Date: 17/01/07 16.15 $
    Author:
    Dario Crivelli last author: $Author: Aalinone $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceUnavailableException​(java.lang.String msg)
      Constructs a ResourceUnavailableException with a supplied error message text.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceUnavailableException

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