Package com.gigaspaces.exception.lrmi


package com.gigaspaces.exception.lrmi
  • Class
    Description
    An Application Exception abstracts a logical exception rather than an exception in network infrastructure (which is abstracted by RemoteException).
    A LRMINoSuchObjectException is thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine using LRMI framework.
    A special exception which is not handled by the LRMI layer and its cause will be thrown to the client
     
    A ProtocolException is thrown as a result of a remote method invocation while unmarshalling the arguments to get request/reply packet.
    Created by Barak Bar Orion 6/24/15.
    Created by Barak Bar Orion 6/24/15.
    SlowConsumerExceptions is thrown when slow consumer is disconnected.