Class ResourceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.adapters.remote.MetadataException
com.lightstreamer.adapters.remote.AccessException
com.lightstreamer.adapters.remote.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(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 Summary
ConstructorsConstructorDescriptionConstructs 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.
 
 -