net.sf.persism
Class PersismException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.persism.PersismException
All Implemented Interfaces:
java.io.Serializable

public class PersismException
extends java.lang.RuntimeException

General RuntimeException used by Persism. Note that Persism will rollback transactions if the exception is an SQLException.

Since:
9/8/11 6:41 AM
Author:
Dan Howard
See Also:
Serialized Form

Constructor Summary
PersismException()
           
PersismException(java.lang.String message)
           
PersismException(java.lang.String message, java.lang.Throwable cause)
           
PersismException(java.lang.Throwable cause)
           
 
Method Summary
 
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

PersismException

public PersismException()

PersismException

public PersismException(java.lang.String message)

PersismException

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

PersismException

public PersismException(java.lang.Throwable cause)