1. package com.sun.corba.se.spi.activation;
  2. /**
  3. * com/sun/corba/se/spi/activation/NoSuchEndPoint.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/com/sun/corba/se/spi/activation/activation.idl
  6. * Wednesday, September 15, 2004 3:50:42 AM PDT
  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