org.omg.CORBA

Class NO_MEMORY


public class NO_MEMORY
extends SystemException

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Field Summary

Fields inherited from class org.omg.CORBA.SystemException

completed, minor

Constructor Summary

NO_MEMORY()
NO_MEMORY(String reason)
NO_MEMORY(String reason, int minor, CompletionStatus completed)
NO_MEMORY(int minor, CompletionStatus completed)

Constructor Details

NO_MEMORY

public NO_MEMORY()


NO_MEMORY

public NO_MEMORY(String reason)


NO_MEMORY

public NO_MEMORY(String reason,
                 int minor,
                 CompletionStatus completed)


NO_MEMORY

public NO_MEMORY(int minor,
                 CompletionStatus completed)