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