|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
org.omg.CORBA
类 PERSIST_STORE
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.omg.CORBA.SystemException org.omg.CORBA.PERSIST_STORE
- 所有已实现的接口:
- Serializable
-
public final class PERSIST_STORE
- extends SystemException
此异常指示一个持久存储错误,例如,无法建立数据库连接或者某个数据库损坏。
它包含次要代码 (minor code) 和完成状态 (completion status),次要代码提供有关造成该异常原因的更详细信息。它可能还包含描述该异常的字符串。
- 另请参见:
- 关于 Java IDL 异常的文档
字段摘要 |
---|
从类 org.omg.CORBA.SystemException 继承的字段 |
---|
completed, minor |
构造方法摘要 | |
---|---|
PERSIST_STORE() 使用默认次要代码 0、完成状态 CompletionStatus.COMPLETED_NO 和 null 描述构造一个 PERSIST_STORE 异常。 |
|
PERSIST_STORE(int minor, CompletionStatus completed) 使用指定次要代码和完成状态构造一个 PERSIST_STORE 异常。 |
|
PERSIST_STORE(String s) 使用指定描述消息、次要代码 0 和完成状态 COMPLETED_NO 构造一个 PERSIST_STORE 异常。 |
|
PERSIST_STORE(String s, int minor, CompletionStatus completed) 使用指定描述消息、次要代码和完成状态构造一个 PERSIST_STORE 异常。 |
方法摘要 |
---|
从类 org.omg.CORBA.SystemException 继承的方法 |
---|
toString |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
PERSIST_STORE
public PERSIST_STORE()
-
使用默认次要代码 0、完成状态 CompletionStatus.COMPLETED_NO 和 null 描述构造一个
PERSIST_STORE
异常。
PERSIST_STORE
public PERSIST_STORE(String s)
-
使用指定描述消息、次要代码 0 和完成状态 COMPLETED_NO 构造一个
PERSIST_STORE
异常。- 参数:
s
- 包含详细消息的 String
PERSIST_STORE
public PERSIST_STORE(int minor, CompletionStatus completed)
-
使用指定次要代码和完成状态构造一个
PERSIST_STORE
异常。- 参数:
minor
- 次要代码completed
- 完成状态
PERSIST_STORE
public PERSIST_STORE(String s, int minor, CompletionStatus completed)
-
使用指定描述消息、次要代码和完成状态构造一个
PERSIST_STORE
异常。- 参数:
s
- 包含描述消息的 Stringminor
- 次要代码completed
- 完成状态
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |