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