JCR-RMI remote runtime exception. Used by the JCR-RMI client to wrap RMI errors into RuntimeExceptions to avoid breaking the JCR interfaces.
Note that if a RemoteException is received by call that declares to throw RepositoryExceptions, then the RemoteException is wrapped into a RemoteRepositoryException.
@Deprecated public class RemoteRuntimeException extends RuntimeException
Constructor and Description |
---|
RemoteRuntimeException(RemoteException ex)
Deprecated.
Creates a RemoteRuntimeException based on the given RemoteException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteRuntimeException(RemoteException ex)
ex
- the remote exceptionCopyright © 2004–2024 The Apache Software Foundation. All rights reserved.