tppt.xopen
Class PreparedTimeoutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tppt.xopen.PreparedTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class PreparedTimeoutException
extends java.lang.Exception

Signals that the ResourceManager is timeout when Transaction Manager is waiting for its vote.

Version:
2.0
Author:
Jodie Wu
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PreparedTimeoutException()
          Constructs a PreparedTimeoutException with no detail message.
PreparedTimeoutException(java.lang.String msg)
          Constructs a PreparedTimeoutException with specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PreparedTimeoutException

public PreparedTimeoutException()
Constructs a PreparedTimeoutException with no detail message.

PreparedTimeoutException

public PreparedTimeoutException(java.lang.String msg)
Constructs a PreparedTimeoutException with specified message.