com.sun.sgs.app
Class TransactionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.sgs.app.TransactionException
com.sun.sgs.app.TransactionAbortedException
com.sun.sgs.app.TransactionTimeoutException
- All Implemented Interfaces:
- ExceptionRetryStatus, Serializable
public class TransactionTimeoutException
- extends TransactionAbortedException
Thrown when an operation fails because the system aborted the current
transaction when it exceeded the maximum permitted duration.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionTimeoutException
public TransactionTimeoutException(String message)
- Creates an instance of this class with the specified detail message.
- Parameters:
message
- the detail message or null
TransactionTimeoutException
public TransactionTimeoutException(String message,
Throwable cause)
- Creates an instance of this class with the specified detail message and
cause.
- Parameters:
message
- the detail message or null
cause
- the cause or null
Copyright © 2007-2009 Sun Microsystems, Inc. All rights reserved