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

public static final class MessageTransport.VetoException extends Exception
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 Details

    • VetoException

      public VetoException(String message)
      Create a new VetoException.
      Since:
      19.0