org.jaffa.persistence.exceptions
Class InactiveUowRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
                  extended byorg.jaffa.persistence.exceptions.InactiveUowRuntimeException
All Implemented Interfaces:
Serializable

public class InactiveUowRuntimeException
extends CustomRuntimeException

This exception is thrown if any method is invoked on a UOW, which has been made inactive. The UOW becomes inactive after a commit or a rollback.

See Also:
Serialized Form

Constructor Summary
InactiveUowRuntimeException()
          Constructs a new exception.
InactiveUowRuntimeException(String msg)
          Constructs a new exception specifying an error message.
InactiveUowRuntimeException(String msg, Throwable sourceException)
          Constructs a new exception specifying an error message and a source exception.
 
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

InactiveUowRuntimeException

public InactiveUowRuntimeException()
Constructs a new exception.


InactiveUowRuntimeException

public InactiveUowRuntimeException(String msg)
Constructs a new exception specifying an error message.

Parameters:
msg - This message is for internal diagnostics.

InactiveUowRuntimeException

public InactiveUowRuntimeException(String msg,
                                   Throwable sourceException)
Constructs a new exception specifying an error message and a source exception.

Parameters:
msg - This message is for internal diagnostics.
sourceException - The source exception being wrapped.


Copyright © 2002-2004 JAFFA Project.