Package io.deephaven.plugin.type
Class ObjectCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.plugin.type.ObjectCommunicationException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionObjectCommunicationException
(String message) ObjectCommunicationException
(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
-
ObjectCommunicationException
public ObjectCommunicationException() -
ObjectCommunicationException
-
ObjectCommunicationException
-
ObjectCommunicationException
-