public class

InactiveGroupException

extends ActivationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.rmi.activation.ActivationException
         ↳ sun.rmi.server.InactiveGroupException

Class Overview

Thrown if a local or remote call is made on a group implementation instance that is inactive.

Summary

[Expand]
Inherited Fields
From class java.rmi.activation.ActivationException
Public Constructors
InactiveGroupException(String s)
Constructs an instance with the specified detail message.
[Expand]
Inherited Methods
From class java.rmi.activation.ActivationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InactiveGroupException (String s)

Constructs an instance with the specified detail message.

Parameters
s the detail message