org.omg.CORBA
public final class NO_RESOURCES extends SystemException implements Serializable
Hex | Dec | Minor | Name | Case |
47430014 | 1195573268 | 20 | Ports | No more free ports available for the new objects. The port control, if turned on, prevents malicios client from knocking the server out by suddenly requiring to allocate a very large number of objects. |
47430015 | 1195573269 | 21 | Threads | Too many parallel calls (too many parallel threads). The thread control, if turned on, prevents malicios client from knocking the server out by suddenly submitting a very large number of requests. |
Constructor Summary | |
---|---|
NO_RESOURCES(String message)
Creates a NO_RESOURCES with the default minor code of 0, completion state
COMPLETED_NO and the given explaining message.
| |
NO_RESOURCES()
Creates NO_RESOURCES with the default minor code of 0 and a completion
state COMPLETED_NO. | |
NO_RESOURCES(int a_minor, CompletionStatus a_completed)
Creates a NO_RESOURCES exception with the specified minor code and
completion status.
| |
NO_RESOURCES(String a_reason, int a_minor, CompletionStatus a_completed)
Created NO_RESOURCES exception, providing full information.
|
Parameters: message the explaining message.
Parameters: a_minor additional error code. a_completed the method completion status.
Parameters: a_reason explaining message. a_minor additional error code (the "minor"). a_completed the method completion status.