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
对象给此异常的原因
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.