FileDocCategorySizeDatePackage
InternalRemoteException.javaAPI DocGlassfish v2 API2179Fri May 04 22:32:58 BST 2007com.sun.ejb.containers

InternalRemoteException

public class InternalRemoteException extends RemoteException

Fields Summary
Constructors Summary
public InternalRemoteException(InternalEJBContainerException iejbcEx)

        super(iejbcEx.getMessage(), iejbcEx);
    
Methods Summary