sk.baka.tools.jpa
Class SimpleTransactionInterceptorTest.SimulatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sk.baka.tools.jpa.SimpleTransactionInterceptorTest.SimulatedException
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleTransactionInterceptorTest

public static final class SimpleTransactionInterceptorTest.SimulatedException
extends RuntimeException

A simulated exception.

Author:
mvy
See Also:
Serialized Form

Field Summary
 long id
          The ID of the record added.
 
Constructor Summary
SimpleTransactionInterceptorTest.SimulatedException(long id)
          Creates new simulated exception.
 
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
 

Field Detail

id

public final long id
The ID of the record added.

Constructor Detail

SimpleTransactionInterceptorTest.SimulatedException

public SimpleTransactionInterceptorTest.SimulatedException(long id)
Creates new simulated exception.

Parameters:
id - the ID of the record added


Copyright © 2009-2010. All Rights Reserved.