public class TransactionInProgressException
extends java.lang.Exception
NOTE: SIS will throw an IllegalStateException if this is attempted.
Constructor and Description |
---|
TransactionInProgressException(java.lang.String message)
Create a
TransactionInProgressException with a detail message. |
TransactionInProgressException(java.lang.String message,
java.lang.Throwable cause)
Create a
TransactionInProgressException with a detail message and cause. |
public TransactionInProgressException(java.lang.String message)
TransactionInProgressException
with a detail message.message
- the detail message.public TransactionInProgressException(java.lang.String message, java.lang.Throwable cause)
TransactionInProgressException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.Copyright © OpenCloud. All Rights Reserved.