java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.persism.PersismException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorDescriptionPersismException
(String message) PersismException with a messagePersismException
(String message, Throwable cause) PersismException with a message and a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PersismException
PersismException with a message- Parameters:
message
- message string
-
PersismException
PersismException with a message and a cause- Parameters:
message
- message stringcause
- Throwable cause
-