/*
* Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package org.omg.CORBA;
/**
* Contains the value used to indicate a policy value that is
* incorrect for a valid policy type in a call to the
* create_policy
method defined in the ORB class.
*
*/
public interface BAD_POLICY_VALUE {
/**
* The value used to represent a bad policy value error
* in a PolicyError
exception.
* @see org.omg.CORBA.PolicyError
*/
final short value = (short) (3L);
};