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