1. /*
  2. * @(#)BAD_POLICY_TYPE.java 1.7 00/02/02
  3. *
  4. * Copyright 1995-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. package org.omg.CORBA;
  11. /**
  12. * BAD_POLICY_TYPE is one of the PolicyErrorCodes which would be filled in
  13. * the PolicyError exception.
  14. *
  15. * @author rip-dev
  16. * @version 1.7 02/02/00
  17. */
  18. public interface BAD_POLICY_TYPE {
  19. /**
  20. * The Error code in PolicyError exception.
  21. */
  22. final short value = (short) (2L);
  23. };