Searched refs:NO_PERMISSION (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNO_PERMISSION.java40 public final class NO_PERMISSION extends SystemException { class in inherits:SystemException
42 * Constructs a <code>NO_PERMISSION</code> exception with a default minor code
46 public NO_PERMISSION() { method in class:NO_PERMISSION
51 * Constructs a <code>NO_PERMISSION</code> exception with the specified description,
55 public NO_PERMISSION(String s) { method in class:NO_PERMISSION
60 * Constructs a <code>NO_PERMISSION</code> exception with the specified
65 public NO_PERMISSION(int minor, CompletionStatus completed) { method in class:NO_PERMISSION
70 * Constructs a <code>NO_PERMISSION</code> exception with the specified description
76 public NO_PERMISSION(String s, int minor, CompletionStatus completed) { method in class:NO_PERMISSION
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java75 import org.omg.CORBA.NO_PERMISSION;
224 } else if (ex instanceof NO_PERMISSION) {

Completed in 27 milliseconds