Class sunw.corba.MemoryAllocationException
All Packages Class Hierarchy This Package Previous Next Index
Class sunw.corba.MemoryAllocationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sunw.orb.ORBException
|
+----sunw.corba.CORBAException
|
+----sunw.corba.SystemException
|
+----sunw.corba.MemoryAllocationException
- public class MemoryAllocationException
- extends SystemException
Class representing the corba NO_MEMORY dynamic memory allocation failure
exception.
-
MemoryAllocationException()
-
-
MemoryAllocationException(int, int)
-
MemoryAllocationException
public MemoryAllocationException()
MemoryAllocationException
public MemoryAllocationException(int minor,
int completed)
- Parameters:
- minor - The minor code of the exception.
- The - completion status of the operation (one of Yes, No, Maybe).
All Packages Class Hierarchy This Package Previous Next Index