Side of Software
Persistence Library 2.0

sos.db
Class NoTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sos.db.NoTransactionException
All Implemented Interfaces:
java.io.Serializable

public class NoTransactionException
extends java.lang.RuntimeException

An unchecked exception indicating that the programmer is performing a transactional operation when no transaction exists.

Since:
1.0

Constructor Summary
NoTransactionException()
          Creates an instance of NoTransactionException with null as the detail message.
NoTransactionException(java.lang.String msg)
          Creates an instance of NoTransactionException with the specified detail message.
 
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

NoTransactionException

public NoTransactionException()
Creates an instance of NoTransactionException with null as the detail message.


NoTransactionException

public NoTransactionException(java.lang.String msg)
Creates an instance of NoTransactionException with the specified detail message.

Parameters:
msg - the detail message

Side of Software
Persistence Library 2.0

Copyright 2004-08 Side of Software (SOS). All rights reserved.