Class ProxyMessageCreateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.ProxyMessageCreateException
- All Implemented Interfaces:
Serializable
Thrown when a message bound for another server cannot be encoded or decoded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates the exception from the failure that broke the stream. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyMessageCreateException
Creates the exception from the failure that broke the stream.- Parameters:
e- what went wrong
-