1. package com.sun.corba.se.ActivationIDL;
  2. /**
  3. * com/sun/corba/se/ActivationIDL/ServerAlreadyUninstalled.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../../../src/share/classes/com/sun/corba/se/ActivationIDL/activation.idl
  6. * Sunday, February 22, 2004 11:21:42 PM PST
  7. */
  8. public final class ServerAlreadyUninstalled extends org.omg.CORBA.UserException
  9. {
  10. public int serverId = (int)0;
  11. public ServerAlreadyUninstalled ()
  12. {
  13. super(ServerAlreadyUninstalledHelper.id());
  14. } // ctor
  15. public ServerAlreadyUninstalled (int _serverId)
  16. {
  17. super(ServerAlreadyUninstalledHelper.id());
  18. serverId = _serverId;
  19. } // ctor
  20. public ServerAlreadyUninstalled (String $reason, int _serverId)
  21. {
  22. super(ServerAlreadyUninstalledHelper.id() + " " + $reason);
  23. serverId = _serverId;
  24. } // ctor
  25. } // class ServerAlreadyUninstalled