1. /*
  2. * @(#)UNSUPPORTED_POLICY.java 1.12 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package org.omg.CORBA;
  8. /**
  9. * One of the <tt>PolicyErrorCode</tt>s which would be filled if
  10. * the requested <tt>Policy</tt> is understood to be valid by the
  11. * ORB, but is not currently supported.
  12. *
  13. * @author rip-dev
  14. * @version 1.12 12/19/03
  15. */
  16. public interface UNSUPPORTED_POLICY {
  17. /**
  18. * The Error code for PolicyError exception.
  19. */
  20. final short value = (short) (1L);
  21. };