public final class PolicyError extends UserException
PolicyError
例外可能包括org.omg.CORBA包中定义的以下策略错误原因代码之一:BAD_POLICY,BAD_POLICY_TYPE,BAD_POLICY_VALUE,UNSUPPORTED_POLICY,UNSUPPORTED_POLICY_VALUE。
Modifier and Type | Field and Description |
---|---|
short |
reason
PolicyError PolicyError异常的原因。
|
Constructor and Description |
---|
PolicyError()
构造默认的
PolicyError 用户异常,没有原因代码和空的原因详细信息。
|
PolicyError(short __reason)
构造一个
PolicyError 用户异常,它使用给定的原因代码和一个空的原因详细信息进行初始化。
|
PolicyError(String reason_string, short __reason)
构造一个
PolicyError 用户异常,它使用给定的原因详细信息和原因代码进行初始化。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PolicyError()
PolicyError
用户异常,没有原因代码和空的原因详细信息。
public PolicyError(short __reason)
PolicyError
用户异常,并使用给定的原因代码和一个空的原因详细信息进行初始化。
__reason
- 原因码。
public PolicyError(String reason_string, short __reason)
PolicyError
用户异常,并使用给定的原因详细信息和原因代码进行初始化。
reason_string
- 原因细节信息。
__reason
- the reason code.
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.