com.github.drinkjava2.jtransactions.tinytx
Class TinyTxRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.drinkjava2.jtransactions.tinytx.TinyTxRuntimeException
- All Implemented Interfaces:
- Serializable
public class TinyTxRuntimeException
- extends RuntimeException
This TinyTxRuntimeException used to wrap exception to a Runtime type
Exception
- Since:
- 1.0.0
- Author:
- Yong Zhu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TinyTxRuntimeException
public TinyTxRuntimeException()
TinyTxRuntimeException
public TinyTxRuntimeException(Throwable cause)
TinyTxRuntimeException
public TinyTxRuntimeException(String msg)
TinyTxRuntimeException
public TinyTxRuntimeException(String msg,
Throwable cause)
assertNotNull
public static void assertNotNull(Object object,
String msg)
Copyright © 2018. All rights reserved.