public static class SerializationProxy.ProxyException extends RuntimeException
| Constructor and Description |
|---|
ProxyException(String msg) |
ProxyException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static SerializationProxy.ProxyException |
convert(Throwable cause)
Convert an exception to a VDBRuntimeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProxyException(Throwable cause)
public ProxyException(String msg)
public static SerializationProxy.ProxyException convert(Throwable cause)
cause - the exception to convertCopyright © 2024 The Apache Software Foundation. All rights reserved.