public class RemoteRuntimeException extends RuntimeException
Note that if a RemoteException is received by call that declares to throw RepositoryExceptions, then the RemoteException is wrapped into a RemoteRepositoryException.
Constructor and Description |
---|
RemoteRuntimeException(RemoteException ex)
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–2020 The Apache Software Foundation. All rights reserved.