public static class Management.WrappedRemoteException extends RemoteException
RemoteException
that wraps a
Throwable
so that it can be returned to the remote client.Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
detail
Constructor and Description |
---|
WrappedRemoteException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public WrappedRemoteException(Throwable cause)
public Throwable getCause()
getCause
in class RemoteException
Copyright © 2025 Open Identity Platform Community. All rights reserved.