1. /*
  2. * @(#)UNSUPPORTED_POLICY_VALUE.java 1.11 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. * A <tt>PolicyErrorCode</tt> which would be filled if the value
  10. * requested for the <tt>Policy</tt> is of a
  11. * valid type and within the valid range for that type, but this valid value
  12. * is not currently supported.
  13. *
  14. * @author rip-dev
  15. * @version 1.11 12/19/03
  16. */
  17. public interface UNSUPPORTED_POLICY_VALUE {
  18. /**
  19. * The Error code for PolicyError exception.
  20. */
  21. final short value = (short) (4L);
  22. };