Class RemoteServers.RemoteServerOptionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pushtechnology.diffusion.client.session.SessionException
com.pushtechnology.diffusion.client.features.ErrorReportsException
com.pushtechnology.diffusion.client.features.control.RemoteServers.RemoteServerOptionsException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- RemoteServers
Exception thrown when one or more of the options specified when creating
a remote server have been found to be invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteServerOptionsException
(String message, List<ErrorReport> reports) Constructor. -
Method Summary
Methods inherited from class com.pushtechnology.diffusion.client.features.ErrorReportsException
getReports
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteServerOptionsException
Constructor.
-