Package org.jivesoftware.openfire.nio
Class NetworkEntityUnreachableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jivesoftware.openfire.nio.NetworkEntityUnreachableException
- All Implemented Interfaces:
Serializable
Represents a generic issue with connecting to a remote network entity.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkEntityUnreachableException
(String message) NetworkEntityUnreachableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NetworkEntityUnreachableException
-
NetworkEntityUnreachableException
-