GraalVM SDK Java API Reference
23.0.7-dev
b42f2f0bd0b5d75334fafe58b9cd775f4243b113
- 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 SDK Java API Reference
23.0.7-dev
b42f2f0bd0b5d75334fafe58b9cd775f4243b113
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012, 2024, Oracle and/or its affiliates. All rights reserved.