Package com.jme3.network.kernel
Class ConnectorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jme3.network.kernel.ConnectorException
- All Implemented Interfaces:
 Serializable
Represents a client-side connection error, usually encapsulating
  an IOException as its cause.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConnectorException(String message) ConnectorException(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
- 
ConnectorException
 - 
ConnectorException
 
 -