com.sun.jini.phoenix
Class InactiveGroupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.rmi.activation.ActivationException
              extended bycom.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

Field Summary
 
Fields inherited from class java.rmi.activation.ActivationException
detail
 
Constructor Summary
InactiveGroupException(String s)
          Constructs an instance with the specified detail message.
 
Methods inherited from class java.rmi.activation.ActivationException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.