org.teiid.test.framework.exception
Class TransactionRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.teiid.test.framework.exception.TransactionRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TransactionRuntimeException
extends java.lang.RuntimeException

The TransactionRuntimeException is thrown outside of running a test. When this is thrown, the testing process should stop.

Author:
vanhalbert
See Also:
Serialized Form

Constructor Summary
TransactionRuntimeException(java.lang.Exception e)
           
TransactionRuntimeException(java.lang.String msg)
           
 
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

TransactionRuntimeException

public TransactionRuntimeException(java.lang.Exception e)

TransactionRuntimeException

public TransactionRuntimeException(java.lang.String msg)


Copyright © 2011. All Rights Reserved.