public final class TransactionManagerAcquireException extends Exception
Constructor and Description |
---|
TransactionManagerAcquireException(String message)
Creates a new TransactionManagerAcquireException with the given message.
|
TransactionManagerAcquireException(String message,
Throwable cause)
Creates a new TransactionManagerAcquireException with the given message and cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Match the JDK 1.4 Throwable version of getCause() on JDK<1.4 systems.
|
void |
printStackTrace()
Print a stack trace to stderr.
|
void |
printStackTrace(PrintStream s)
Print a stack trace to the specified PrintStream.
|
void |
printStackTrace(PrintWriter w)
Print a stack trace to the specified PrintWriter.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public TransactionManagerAcquireException(String message)
message
- the message for this Exceptionpublic Throwable getCause()
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- The PrintStream to print a stack trace to.public void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
w
- The PrintWriter to print a stack trace to.Copyright © 2016. All rights reserved.