org.omg.CORBA
Class FREE_MEM

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.omg.CORBA.SystemException
                  extended by org.omg.CORBA.FREE_MEM
All Implemented Interfaces:
Serializable

public final class FREE_MEM
extends SystemException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.omg.CORBA.SystemException
completed, minor
 
Constructor Summary
FREE_MEM()
           
FREE_MEM(int minor, CompletionStatus completed)
           
FREE_MEM(String reason)
           
FREE_MEM(String reason, int minor, CompletionStatus completed)
           
 
Method Summary
 
Methods inherited from class org.omg.CORBA.SystemException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FREE_MEM

public FREE_MEM()

FREE_MEM

public FREE_MEM(int minor,
                CompletionStatus completed)

FREE_MEM

public FREE_MEM(String reason)

FREE_MEM

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.