public class TRANSACTION_ROLLEDBACK extends SystemException
completed, minor
Constructor and Description |
---|
TRANSACTION_ROLLEDBACK() |
TRANSACTION_ROLLEDBACK(int minor,
CompletionStatus completed) |
TRANSACTION_ROLLEDBACK(String reason) |
TRANSACTION_ROLLEDBACK(String reason,
int minor,
CompletionStatus completed) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TRANSACTION_ROLLEDBACK()
public TRANSACTION_ROLLEDBACK(int minor, CompletionStatus completed)
public TRANSACTION_ROLLEDBACK(String reason)
public TRANSACTION_ROLLEDBACK(String reason, int minor, CompletionStatus completed)
Copyright © 2017 JacORB. All rights reserved.