public abstract class UserException extends 异常 implements IDLEntity
| Modifier | Constructor and Description |
|---|---|
protected |
UserException()
构造一个
UserException对象。
|
protected |
UserException(String reason)
构造具有详细消息的
UserException对象。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected UserException()
UserException对象。
此方法仅由子类调用。
protected UserException(String reason)
UserException对象。
此方法仅由子类调用。
reason - 一个
String对象给出了这个异常的原因