1. package org.omg.PortableServer.POAManagerPackage;
  2. /**
  3. * org/omg/PortableServer/POAManagerPackage/AdapterInactive.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
  6. * Wednesday, September 15, 2004 10:28:40 AM GMT
  7. */
  8. public final class AdapterInactive extends org.omg.CORBA.UserException
  9. {
  10. public AdapterInactive ()
  11. {
  12. super(AdapterInactiveHelper.id());
  13. } // ctor
  14. public AdapterInactive (String $reason)
  15. {
  16. super(AdapterInactiveHelper.id() + " " + $reason);
  17. } // ctor
  18. } // class AdapterInactive