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对象给出了这个异常的原因 
            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.