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