org.castor.transactionmanager
public final class TransactionManagerAcquireException extends Exception
Since: 1.0
Version: $Revision: 6299 $ $Date: 2005-12-19 15:48:30 -0700 (Mon, 19 Dec 2005) $
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
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.
|
Parameters: message the message for this Exception
Parameters: message The message for this exception. cause A Throwable instance.
Returns: The throwable cause of this exception.
Parameters: s The PrintStream to print a stack trace to.
Parameters: w The PrintWriter to print a stack trace to.