Searched refs:PERSIST_STORE (Results 1 - 1 of 1) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DPERSIST_STORE.java40 public final class PERSIST_STORE extends SystemException { class in inherits:SystemException
42 * Constructs a <code>PERSIST_STORE</code> exception with a default minor code
46 public PERSIST_STORE() { method in class:PERSIST_STORE
51 * Constructs a <code>PERSIST_STORE</code> exception with the specified description message,
55 public PERSIST_STORE(String s) { method in class:PERSIST_STORE
60 * Constructs a <code>PERSIST_STORE</code> exception with the specified
65 public PERSIST_STORE(int minor, CompletionStatus completed) { method in class:PERSIST_STORE
70 * Constructs a <code>PERSIST_STORE</code> exception with the specified description
76 public PERSIST_STORE(String s, int minor, CompletionStatus completed) { method in class:PERSIST_STORE

Completed in 38 milliseconds