GraalVM Truffle Java API Reference
24.0.0-dev
8396c661e3e64670460411fb11ff83a4f1f3d844
- Detail:
- Field |
- Constr |
- Method
-
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
VetoException(String message)
Create a new VetoException.
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
GraalVM Truffle Java API Reference
24.0.0-dev
8396c661e3e64670460411fb11ff83a4f1f3d844
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012, 2023, Oracle and/or its affiliates. All rights reserved.