Lines Matching refs:RemoteException

206      * @throws RemoteException
399 * @throws RemoteException
428 * @throws RemoteException
450 * @throws RemoteException
474 * @throws RemoteException
519 * @throws RemoteException
567 * @throws RemoteException
657 * @throws RemoteException no id, empty new page or locked
670 throw new RemoteException('Refusing to write an empty new wiki page', 132);
675 throw new RemoteException('The page is currently locked', 133);
680 throw new RemoteException('The page content was blocked', 134);
721 * @throws RemoteException
826 * @throws RemoteException not exist
839 throw new RemoteException('The requested media file (revision) does not exist', 221);
859 * @throws RemoteException if not exist
869 throw new RemoteException('The requested media file does not exist', 221);
889 * @throws RemoteException
898 throw new RemoteException('Empty or invalid media ID given', 231);
912 throw new RemoteException('Invalid base64 encoded data', 234);
916 throw new RemoteException('Empty file given', 235);
927 throw new RemoteException('Failed to save media: ' . $res[0], 236);
940 * @throws RemoteException file in use or not deleted
955 throw new RemoteException('Media file is still referenced', 232);
957 throw new RemoteException('The media file requested to delete does not exist', 221);
959 throw new RemoteException('Failed to delete media file', 233);
982 * @throws RemoteException
988 throw new RemoteException('Empty or invalid page ID given', 131);
992 throw new RemoteException('The requested page (revision) does not exist', 121);