java.io.Serializablepublic final class TransactionManagerAcquireException
extends java.lang.Exception
| Constructor | Description | 
|---|---|
TransactionManagerAcquireException(java.lang.String message) | 
 Creates a new TransactionManagerAcquireException with the given message. 
 | 
TransactionManagerAcquireException(java.lang.String message,
                                  java.lang.Throwable cause) | 
 Creates a new TransactionManagerAcquireException with the given message and cause. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.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(java.io.PrintStream s) | 
 Print a stack trace to the specified PrintStream. 
 | 
void | 
printStackTrace(java.io.PrintWriter w) | 
 Print a stack trace to the specified PrintWriter. 
 | 
public TransactionManagerAcquireException(java.lang.String message)
message - the message for this Exceptionpublic TransactionManagerAcquireException(java.lang.String message,
                                          java.lang.Throwable cause)
message - The message for this exception.cause - A Throwable instance.public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - The PrintStream to print a stack trace to.public void printStackTrace(java.io.PrintWriter w)
printStackTrace in class java.lang.Throwablew - The PrintWriter to print a stack trace to.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com