Home » openjdk-7 » org.omg » CORBA » [javadoc | source]
org.omg.CORBA
abstract public class: UserException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.omg.CORBA.UserException

All Implemented Interfaces:
    IDLEntity, Serializable

The root class for CORBA IDL-defined user exceptions. All CORBA user exceptions are checked exceptions, which means that they need to be declared in method signatures.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 protected UserException() 
 protected UserException(String reason) 
    Constructs a UserException object with a detail message. This method is called only by subclasses.
    Parameters:
    reason - a String object giving the reason for this exception
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait