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