Name

PERSIST_STORE

Synopsis

A standard CORBA exception thrown when a server encounters an error with its persistent storage.

                  
public final class PERSIST_STORE extends org.omg.CORBA.SystemException {
// Public Constructors
   public PERSIST_STORE();  
   public PERSIST_STORE( String s);  
   public PERSIST_STORE(int minor, 
        CompletionStatus completed);  
   public PERSIST_STORE(String s, int minor, 
        CompletionStatus completed);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.