org.openware.job.data
Class PersistException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openware.job.data.PersistException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataIntegrityException, InvalidOidFormatException, InvalidStateChangeException, PersistNotFoundException

public class PersistException
extends java.lang.Exception

Version:
$Revision: 1.1.1.1 $ $Date: 2000/10/30 06:17:05 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
PersistException()
           
PersistException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistException

public PersistException()

PersistException

public PersistException(java.lang.String msg)


Copyright © 2000,2001 Openware. All Rights Reserved.