Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.AccessException
com.lightstreamer.interfaces.metadata.ResourceUnavailableException
- All Implemented Interfaces:
Serializable
Can be thrown by the
When receiving this exception, the Server will instruct the client to retry in short time.
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.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs 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
-
Constructor Details
-
ResourceUnavailableException
Constructs a ResourceUnavailableException with a supplied error message text.- Parameters:
msg
- The detail message.
-