Package org.graalvm.polyglot.io
Class MessageTransport.VetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graalvm.polyglot.io.MessageTransport.VetoException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
MessageTransport
Thrown when a transport connection is vetoed. The initiator of the connection is obliged to
abandon it when this exception is thrown.
- Since:
- 19.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VetoException
Create a new VetoException.- Since:
- 19.0
-