Changeset 1819

Show
Ignore:
Timestamp:
09/02/08 04:02:55 (4 months ago)
Author:
mikey
Message:

exceptions are remote exceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • labs/incubator/src/main/php/net/stubbles/remote/stubInvocationException.php

    r1718 r1819  
    99 * @version     $Id$ 
    1010 */ 
     11stubClassLoader::load('net::stubbles::remote::stubRemoteException'); 
    1112/** 
    1213 * Exception to be thrown if an exception occured in the remote server during 
     
    1617 * @subpackage  remote 
    1718 */ 
    18 class stubInvocationException extends stubException 
     19class stubInvocationException extends stubRemoteException 
    1920{ 
    2021    // intentionally empty 
  • labs/incubator/src/main/php/net/stubbles/remote/stubNameNotFoundException.php

    r1718 r1819  
    88 * @version     $Id$ 
    99 */ 
     10stubClassLoader::load('net::stubbles::remote::stubRemoteException'); 
    1011/** 
    1112 * Exception to be thrown if a name could not be found during lookup. 
     
    1415 * @subpackage  remote 
    1516 */ 
    16 class stubNameNotFoundException extends stubException 
     17class stubNameNotFoundException extends stubRemoteException 
    1718{ 
    1819    // intentionally empty