sk.baka.tools.jpa
Class SimpleTransactionInterceptorTest.SimulatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
id
public final long id
- The ID of the record added.
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.