org.mmbase.module.core
Class TransactionManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mmbase.module.core.TransactionManagerException
- All Implemented Interfaces:
- Serializable
public class TransactionManagerException
- extends Exception
This Exception is thrown when something goes wrong the MMBase transaction manager.
- Version:
- $Id: TransactionManagerException.java 34900 2009-05-01 16:29:42Z michiel $
- Author:
- John Balder, 3MPS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionManagerException
public TransactionManagerException()
TransactionManagerException
public TransactionManagerException(String message)
TransactionManagerException
public TransactionManagerException(Throwable cause)
TransactionManagerException
public TransactionManagerException(String message,
Throwable cause)
MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36