Java org.springframework.transaction CannotCreateTransactionException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction CannotCreateTransactionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction CannotCreateTransactionException.

The text is from its open source code.

Constructor

CannotCreateTransactionException(String msg, Throwable cause)
Constructor for CannotCreateTransactionException.
CannotCreateTransactionException(String msg)
Constructor for CannotCreateTransactionException.

Method

ThrowablefillInStackTrace()
Fills in the execution stack trace.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
StackTraceElement[]getStackTrace()
Provides programmatic access to the stack trace information printed by #printStackTrace() .
StringtoString()
Returns a short description of this throwable.