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, toString
protected UserException()
UserException
对象。
此方法仅由子类调用。
protected UserException(String reason)
UserException
对象。
此方法仅由子类调用。
reason
- 一个
String
对象给出了这个异常的原因