Class RemoteRepositoryException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(forRemoval=true)
    public class RemoteRepositoryException
    extends RepositoryException
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    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.

    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteRepositoryException

        public RemoteRepositoryException​(RemoteException ex)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a RemoteRepositoryException based on the given RemoteException.
        Parameters:
        ex - the remote exception