Class ObjectCommunicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.plugin.type.ObjectCommunicationException
All Implemented Interfaces:
Serializable

public class ObjectCommunicationException extends Exception
Thrown when errors occur when communicating with the client. This is a checked exception to ensure it doesn't escape to somewhere that could crash part of the server.
See Also:
  • Constructor Details

    • ObjectCommunicationException

      public ObjectCommunicationException()
    • ObjectCommunicationException

      public ObjectCommunicationException(String message)
    • ObjectCommunicationException

      public ObjectCommunicationException(String message, Throwable cause)
    • ObjectCommunicationException

      public ObjectCommunicationException(Throwable cause)