com.sun.jini.phoenix
Class InactiveGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.activation.ActivationException
com.sun.jini.phoenix.InactiveGroupException
- All Implemented Interfaces:
- Serializable
public class InactiveGroupException
- extends ActivationException
Thrown if a local or remote call is made on a group implementation
instance that is inactive.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
- Serialized Form
InactiveGroupException
public InactiveGroupException(String s)
- Constructs an instance with the specified detail message.
- Parameters:
s
- the detail message
Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.