public final class

Constants

extends Object
java.lang.Object
   ↳ sun.rmi.rmic.newrmic.Constants

Class Overview

Constants potentially useful to all rmic generators. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.

Summary

Constants
String EXCEPTION
String REMOTE
String REMOTE_EXCEPTION
String RUNTIME_EXCEPTION
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String EXCEPTION

Constant Value: "java.lang.Exception"

public static final String REMOTE

Constant Value: "java.rmi.Remote"

public static final String REMOTE_EXCEPTION

Constant Value: "java.rmi.RemoteException"

public static final String RUNTIME_EXCEPTION

Constant Value: "java.lang.RuntimeException"