com.beasys.TobjS
Class DeactivateObjectFailed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--com.beasys.TobjS.DeactivateObjectFailed

public final class DeactivateObjectFailed
extends org.omg.CORBA.UserException
implements org.omg.CORBA.portable.IDLEntity

An error occurred while the com.beasys.Tobj_Servant.deactivate_object method was invoked. The string "reason" provides descriptive information about the exception.

See Also:
Serialized Form

Field Summary
 java.lang.String reason
          Provides descriptive information about the exception.
 
Constructor Summary
DeactivateObjectFailed()
          This is the constructor for the class.
DeactivateObjectFailed(java.lang.String __reason)
          This is the constructor for the class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

reason

public java.lang.String reason
Provides descriptive information about the exception.
Constructor Detail

DeactivateObjectFailed

public DeactivateObjectFailed()
This is the constructor for the class.

DeactivateObjectFailed

public DeactivateObjectFailed(java.lang.String __reason)
This is the constructor for the class.