Lines Matching refs:RemoteException
210 * @throws RemoteException
404 * @throws RemoteException
433 * @throws RemoteException
455 * @throws RemoteException
479 * @throws RemoteException
524 * @throws RemoteException
572 * @throws RemoteException
661 * @throws RemoteException no id, empty new page or locked
674 throw new RemoteException('Refusing to write an empty new wiki page', 132);
679 throw new RemoteException('The page is currently locked', 133);
684 throw new RemoteException('The page content was blocked', 134);
729 * @throws RemoteException
834 * @throws RemoteException not exist
852 throw new RemoteException('The requested media file (revision) does not exist', 221);
872 * @throws RemoteException if not exist
888 throw new RemoteException('The requested media file does not exist', 221);
910 * @throws RemoteException if not exist
919 throw new RemoteException('The requested media file does not exist', 221);
938 * @throws RemoteException
951 throw new RemoteException('The requested media file does not exist', 221);
991 * @throws RemoteException
1000 throw new RemoteException('Empty or invalid media ID given', 231);
1014 throw new RemoteException('Invalid base64 encoded data', 234);
1018 throw new RemoteException('Empty file given', 235);
1029 throw new RemoteException('Failed to save media: ' . $res[0], 236);
1042 * @throws RemoteException file in use or not deleted
1057 throw new RemoteException('Media file is still referenced', 232);
1059 throw new RemoteException('The media file requested to delete does not exist', 221);
1061 throw new RemoteException('Failed to delete media file', 233);
1098 * @throws RemoteException
1104 throw new RemoteException('Empty or invalid page ID given', 131);
1108 throw new RemoteException('The requested page (revision) does not exist', 121);