1. package com.sun.corba.se.ActivationIDL;
  2. /**
  3. * com/sun/corba/se/ActivationIDL/NoSuchEndPoint.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 NoSuchEndPoint extends org.omg.CORBA.UserException
  9. {
  10. public NoSuchEndPoint ()
  11. {
  12. super(NoSuchEndPointHelper.id());
  13. } // ctor
  14. public NoSuchEndPoint (String $reason)
  15. {
  16. super(NoSuchEndPointHelper.id() + " " + $reason);
  17. } // ctor
  18. } // class NoSuchEndPoint