Class JOP.persist.PersistException
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persist.PersistException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JOP.persist.PersistException

public class PersistException
extends Exception
A generic unexpected error occured in the PersistManager. Retrieve the message to determine the nature of the problem.

Constructor Index

 o PersistException(String)

Constructors

 o PersistException
  public PersistException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home