1. /*
  2. * @(#)BAD_POLICY_TYPE.java 1.13 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 in
  10. * the <tt>PolicyError</tt> exception.
  11. *
  12. * @author rip-dev
  13. * @version 1.13 12/19/03
  14. */
  15. public interface BAD_POLICY_TYPE {
  16. /**
  17. * The Error code in PolicyError exception.
  18. */
  19. final short value = (short) (2L);
  20. };