KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA > BAD_POLICY


1 /*
2  * @(#)BAD_POLICY.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
8 package org.omg.CORBA;
9 /**
10  * A <tt>PolicyErrorCode</tt> which would be filled in
11  * the <tt>PolicyError</tt> exception.
12  *
13  * @author rip-dev
14  * @version 1.13 12/19/03
15  */

16
17 public interface BAD_POLICY {
18     /**
19      * The Error code in PolicyError exception.
20      */

21     final short value = (short) (0L);
22 };
23
Popular Tags