public class RemoteRepositoryException extends RepositoryException
Note that if a RemoteException is received by call with no declared exceptions, then the RemoteException is wrapped into a RemoteRuntimeException.
Constructor and Description |
---|
RemoteRepositoryException(RemoteException ex)
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–2021 The Apache Software Foundation. All rights reserved.