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