public abstract class UserException extends Exceptionimplements IDLEntity
| Modifier | Constructor and Description |
|---|---|
protected |
UserException()
Constructs a
UserException object.
|
protected |
UserException(String
Constructs a
UserException object with a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected UserException()
UserException object. This method is called only by subclasses.
protected UserException(Stringreason)
UserException object with a detail message. This method is called only by subclasses.
reason - a
String object giving the reason for this exception