Name

SkeletonMismatchException

Synopsis

This RemoteException is thrown during a remote method call if a mismatch is detected on the server between the hash code of the client stub and the has code of the server implementation. It is usually received by the client wrapped in a ServerException.

                  
public class SkeletonMismatchException extends RemoteException {
// Public Constructors
   public SkeletonMismatchException( String s);                  // #
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.