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