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.
Constructor: |
protected UserException() {
super();
}
Constructs a UserException object.
This method is called only by subclasses. |
protected UserException(String reason) {
super(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 |