com.ebasetech.ufs.utility
Class PersistenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ebasetech.ufs.kernel.FormException
              extended bycom.ebasetech.ufs.utility.PersistenceException
All Implemented Interfaces:
java.io.Serializable

public class PersistenceException
extends com.ebasetech.ufs.kernel.FormException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PersistenceException()
           
PersistenceException(java.lang.String message)
           
PersistenceException(java.lang.String message, java.lang.Throwable cause)
           
PersistenceException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceException

public PersistenceException()

PersistenceException

public PersistenceException(java.lang.String message)

PersistenceException

public PersistenceException(java.lang.Throwable cause)

PersistenceException

public PersistenceException(java.lang.String message,
                            java.lang.Throwable cause)