Uses of Class
org.objectweb.proactive.core.exceptions.NonFunctionalException

Packages that use NonFunctionalException
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body.future Provides the definition and implementation of the future object.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.exceptions Non functional exceptions.  
org.objectweb.proactive.core.exceptions.communication Non functional exceptions related to communication.  
org.objectweb.proactive.core.exceptions.creation Non functional exceptions related to creation of remote objects..  
org.objectweb.proactive.core.exceptions.group Non functional exceptions related to group communications.  
org.objectweb.proactive.core.exceptions.handler Handler interface and basic handlers for Non functional exceptions.  
org.objectweb.proactive.core.exceptions.migration Non functional exceptions for migration.  
org.objectweb.proactive.core.exceptions.security Non functional exceptions for security.  
org.objectweb.proactive.core.exceptions.service Non functional exceptions for service.  
 

Uses of NonFunctionalException in org.objectweb.proactive
 

Methods in org.objectweb.proactive with parameters of type NonFunctionalException
static Handler ProActive.searchExceptionHandler(NonFunctionalException ex, java.lang.Object target)
          Search an appropriate handler for a given non functional exception.
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.future
 

Methods in org.objectweb.proactive.core.body.future that return NonFunctionalException
 NonFunctionalException FutureResult.getNFE()
           
 

Constructors in org.objectweb.proactive.core.body.future with parameters of type NonFunctionalException
FutureResult(java.lang.Object result, java.lang.Throwable exception, NonFunctionalException nfe)
           
 

Uses of NonFunctionalException in org.objectweb.proactive.core.body.request
 

Methods in org.objectweb.proactive.core.body.request with parameters of type NonFunctionalException
 Reply RequestImpl.serveAlternate(Body targetBody, NonFunctionalException nfe)
           
 Reply BodyRequest.serveAlternate(Body targetBody, NonFunctionalException nfe)
           
 Reply AwaitedRequest.serveAlternate(Body targetBody, NonFunctionalException nfe)
           
 Reply Request.serveAlternate(Body targetBody, NonFunctionalException nfe)
          Create a fake but valid reply by encapsulating a non functional exception instead of a result
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions
 

Methods in org.objectweb.proactive.core.exceptions with parameters of type NonFunctionalException
static void HandlerManager.handleWindow(NonFunctionalException nfe, Handler h, java.lang.Object info)
          Create a graphical windows to display handlers
 

Constructors in org.objectweb.proactive.core.exceptions with parameters of type NonFunctionalException
HandlerWindow(NonFunctionalException nfe, Handler h, java.lang.Object info)
          This is the default constructor
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.communication
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.communication
 class ProActiveCommunicationException
          Generic exception for every communication exception
 class ReceiveCommunicationException
          Receive communication exception
 class ReceiveReplyCommunicationException
          Receive communication exception
 class ReceiveRequestCommunicationException
          Receive communication exception
 class SendCommunicationException
          Send communication exception
 class SendReplyCommunicationException
          Send communication exception
 class SendRequestCommunicationException
          Send communication exception
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.creation
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.creation
 class ActiveObjectCreationException
          Creation exception
 class FutureCreationException
          Creation exception
 class ProActiveCreationException
          Generic exception for every creation exception
 class ReifyObjectCreationException
          Creation exception
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.group
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.group
 class CreationGroupException
          Group exception
 class ProActiveGroupException
          Generic exception for every group exception
 class ReceiveGroupException
          Group exception
 class ReceiveReplyGroupException
          Group exception
 class ReceiveRequestGroupException
          Group exception
 class SendGroupException
          Group exception
 class SendReplyGroupException
          Group exception
 class SendRequestGroupException
          Group exception
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.handler
 

Methods in org.objectweb.proactive.core.exceptions.handler with parameters of type NonFunctionalException
 boolean HandlerServiceException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerServiceException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerServiceException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerSecurityException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerSecurityException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerSecurityException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerMigrationException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerMigrationException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerMigrationException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerGroupException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerGroupException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerGroupException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerCreationException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerCreationException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerCreationException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerNonFunctionalException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerNonFunctionalException.handle(NonFunctionalException nfe, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerNonFunctionalException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean HandlerCommunicationException.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void HandlerCommunicationException.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void HandlerCommunicationException.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 boolean Handler.isHandling(NonFunctionalException e)
          Is the exception reliable for the handler ?
 void Handler.handle(NonFunctionalException e, java.lang.Object info)
          Provide a treatment for the handled exception(s)
 void Handler.handle(NonFunctionalException nfe, java.lang.Object info, java.lang.Exception e)
          Provide a treatment for the handled exception(s)
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.migration
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.migration
 class OnArrivalMigrationException
          Migration exception
 class OnDepartureMigrationException
          Migration exception
 class ProActiveMigrationException
          Generic exception for every migration exception
 class SerializationMigrationException
          Migration exception
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.security
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.security
 class ActiveObjectCreationSecurityException
          Security exception
 class AuthentificationSecurityException
          Security exception
 class DecryptionSecurityException
          Security exception
 class IntegritySecurityException
          Security exception
 class MigrationSecurityException
          Security exception
 class ProActiveSecurityException
          Generic exception for every security exception
 class ReceiveReplySecurityException
          Receive security exception
 class ReceiveRequestSecurityException
          Receive security exception
 class ReceiveSecurityException
          Receive security exception
 class SendReplySecurityException
          Send security exception
 class SendRequestSecurityException
          Send security exception
 class SendSecurityException
          Send security exception
 

Uses of NonFunctionalException in org.objectweb.proactive.core.exceptions.service
 

Subclasses of NonFunctionalException in org.objectweb.proactive.core.exceptions.service
 class ProActiveServiceException
          Service exception
 class ServiceFailedCalleeNFE
          Service exception
 class ServiceFailedCallerNFE
          Service exception
 class ServiceFailedServiceException
          Service exception
 



Copyright ? April 2005 INRIA All Rights Reserved.