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