Class UpdateFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.UpdateFailedException
- All Implemented Interfaces:
- Serializable
Exception used to report a topic update failed.
- Since:
- 6.0
- Author:
- DiffusionData Limited
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UpdateFailedExceptionConstructor.- Parameters:
- message- the exception message
 
 
-