public class AbortException
extends java.lang.RuntimeException
AbortException is thrown to indicate that a transaction was
aborted.| Constructor and Description |
|---|
AbortException() |
AbortException(java.lang.String message) |
AbortException(java.lang.String message,
java.lang.Throwable cause) |
AbortException(java.lang.Throwable cause) |