Searched refs:UserException (Results 1 - 23 of 23) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DUserException.java37 public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity { class in inherits:java.lang.Exception,org.omg.CORBA.portable.IDLEntity
40 * Constructs a <code>UserException</code> object.
43 protected UserException() { method in class:UserException
48 * Constructs a <code>UserException</code> object with a
54 protected UserException(String reason) { method in class:UserException
H A DBounds.java37 public final class Bounds extends org.omg.CORBA.UserException {
H A DWrongTransaction.java41 public final class WrongTransaction extends UserException {
H A DUnknownUserException.java40 public final class UnknownUserException extends UserException {
H A DPolicyError.java35 public final class PolicyError extends org.omg.CORBA.UserException {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/TypeCodePackage/
H A DBadKind.java39 public final class BadKind extends org.omg.CORBA.UserException {
H A DBounds.java38 public final class Bounds extends org.omg.CORBA.UserException {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/DynAnyPackage/
H A DTypeMismatch.java35 extends org.omg.CORBA.UserException {
H A DInvalidValue.java36 extends org.omg.CORBA.UserException {
H A DInvalidSeq.java35 extends org.omg.CORBA.UserException {
H A DInvalid.java34 extends org.omg.CORBA.UserException {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/ORBPackage/
H A DInconsistentTypeCode.java35 extends org.omg.CORBA.UserException {
H A DInvalidName.java37 final public class InvalidName extends org.omg.CORBA.UserException {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DEnvironmentImpl.java35 import org.omg.CORBA.UserException;
H A DTCUtility.java36 import org.omg.CORBA.UserException;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DRequestInfoImpl.java63 import org.omg.CORBA.UserException;
438 * Inserts the UserException inside the given ApplicationException
448 // Extract the UserException from the ApplicationException.
467 UserException userException = null;
471 userException = (UserException)readMethod.invoke(
483 // Insert this UserException into the provided Any using the
502 * Inserts the UserException into the given Any.
507 private void insertUserException( UserException userException, Any result )
511 // Insert this UserException into the provided Any using the
588 * If the exception is a UserException whic
[all...]
H A DPIHandlerImpl.java41 import org.omg.CORBA.UserException;
371 // SystemException, UserException or RemarshalException.
376 } else if( (exception instanceof UserException) ||
379 // a UserException. By asserting instead of throwing the
380 // UserException, we need not declare anything but
H A DClientRequestInfoImpl.java49 import org.omg.CORBA.UserException;
380 // _REVISIT_ We need to be able to handle a UserException in the
381 // DII case. How do we extract the ID from a UserException?
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DExceptionHandlerImpl.java37 import org.omg.CORBA.UserException ;
200 if (UserException.class.isAssignableFrom(cls))
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DExecutionControlForwarder.java38 import jdk.jshell.spi.ExecutionControl.UserException;
208 } catch (UserException ex) {
H A DStreamingExecutionControl.java290 throw new UserException(message, exceptionClassName, elems);
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/spi/
H A DExecutionControl.java84 * @throws UserException the invoke raised a user exception
101 * @throws UserException formatting the value raised a user exception
137 * @throws UserException the command raised a user exception
425 public static class UserException extends RunException { class in interface:ExecutionControl
431 public UserException(String message, String causeExceptionClass, StackTraceElement[] stackElements) { method in class:ExecutionControl.UserException
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DEval.java71 import jdk.jshell.spi.ExecutionControl.UserException;
576 } catch (UserException ex) {

Completed in 207 milliseconds