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
Constructors - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VetoException
 
 -