Lines Matching refs:RemoteException

207      * @throws RemoteException
400 * @throws RemoteException
429 * @throws RemoteException
451 * @throws RemoteException
475 * @throws RemoteException
520 * @throws RemoteException
568 * @throws RemoteException
658 * @throws RemoteException no id, empty new page or locked
671 throw new RemoteException('Refusing to write an empty new wiki page', 132);
676 throw new RemoteException('The page is currently locked', 133);
681 throw new RemoteException('The page content was blocked', 134);
722 * @throws RemoteException
827 * @throws RemoteException not exist
845 throw new RemoteException('The requested media file (revision) does not exist', 221);
865 * @throws RemoteException if not exist
881 throw new RemoteException('The requested media file does not exist', 221);
903 * @throws RemoteException if not exist
912 throw new RemoteException('The requested media file does not exist', 221);
931 * @throws RemoteException
944 throw new RemoteException('The requested media file does not exist', 221);
984 * @throws RemoteException
993 throw new RemoteException('Empty or invalid media ID given', 231);
1007 throw new RemoteException('Invalid base64 encoded data', 234);
1011 throw new RemoteException('Empty file given', 235);
1022 throw new RemoteException('Failed to save media: ' . $res[0], 236);
1035 * @throws RemoteException file in use or not deleted
1050 throw new RemoteException('Media file is still referenced', 232);
1052 throw new RemoteException('The media file requested to delete does not exist', 221);
1054 throw new RemoteException('Failed to delete media file', 233);
1091 * @throws RemoteException
1097 throw new RemoteException('Empty or invalid page ID given', 131);
1101 throw new RemoteException('The requested page (revision) does not exist', 121);