org.mmbase.module.core
Class TransactionManagerException

Package class diagram package TransactionManagerException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TransactionManagerException()
           
TransactionManagerException(String message)
           
TransactionManagerException(String message, Throwable cause)
           
TransactionManagerException(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

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