Lines Matching full: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);
891 * @throws RemoteException if not exist
900 throw new RemoteException('The requested media file does not exist', 221);
916 * @throws RemoteException
925 throw new RemoteException('Empty or invalid media ID given', 231);
939 throw new RemoteException('Invalid base64 encoded data', 234);
943 throw new RemoteException('Empty file given', 235);
954 throw new RemoteException('Failed to save media: ' . $res[0], 236);
967 * @throws RemoteException file in use or not deleted
982 throw new RemoteException('Media file is still referenced', 232);
984 throw new RemoteException('The media file requested to delete does not exist', 221);
986 throw new RemoteException('Failed to delete media file', 233);
1009 * @throws RemoteException
1015 throw new RemoteException('Empty or invalid page ID given', 131);
1019 throw new RemoteException('The requested page (revision) does not exist', 121);