public 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, toString
public BAD_OPERATION()
public BAD_OPERATION(int minor, CompletionStatus completed)
public BAD_OPERATION(String reason)
public BAD_OPERATION(String reason, int minor, CompletionStatus completed)
Copyright © 2013. All Rights Reserved.