Class ProxyMessageCreateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.ProxyMessageCreateException
All Implemented Interfaces:
Serializable

public class ProxyMessageCreateException extends RuntimeException
Thrown when a message bound for another server cannot be encoded or decoded.
See Also:
  • Constructor Details

    • ProxyMessageCreateException

      public ProxyMessageCreateException(IOException e)
      Creates the exception from the failure that broke the stream.
      Parameters:
      e - what went wrong