org.objectweb.jonas_tm
Class NotPreparedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--org.objectweb.jonas_tm.NotPreparedException
All Implemented Interfaces:
java.io.Serializable

public class NotPreparedException
extends java.rmi.RemoteException

This exception indicates that the transaction is not in the prepare state.

Author:
Philippe Durieux
See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
NotPreparedException()
           
NotPreparedException(java.lang.String msg)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotPreparedException

public NotPreparedException()

NotPreparedException

public NotPreparedException(java.lang.String msg)