Home
last modified time | relevance | path

Searched refs:idBadMethodException (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java63 public static final Identifier idBadMethodException = field
H A DStubGenerator.java813 addClassInUse(idBadMethodException.toString()); in setStandardClassesInUse()
1852 p.pln("throw new "+getName(idBadMethodException)+"();"); in writeTie()
1863 p.pln("throw new " + getName(idBadMethodException) + "();"); in writeTie()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java63 public static final Identifier idBadMethodException = field
H A DStubGenerator.java813 addClassInUse(idBadMethodException.toString()); in setStandardClassesInUse()
1852 p.pln("throw new "+getName(idBadMethodException)+"();"); in writeTie()
1863 p.pln("throw new " + getName(idBadMethodException) + "();"); in writeTie()