com.beasys.TobjS
Class InitializeFailed

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

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

If an exception is raised in the com.beasys.Tobj.Server.initialize method, the TP Framework catches the exception. The TP Framework behavior is the same as if the initialize method returned FALSE (that is, an exception is considered to be a failure). In addition, an error message is written to the user log (ULOG) file. For more information, see the System Messages manual. The string "reason" provides descriptive information about the exception.

See Also:
Serialized Form

Field Summary
 java.lang.String reason
          Provides more descriptive information about the exception.
 
Constructor Summary
InitializeFailed()
          This is the constructor for the class.
InitializeFailed(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 more descriptive information about the exception.
Constructor Detail

InitializeFailed

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

InitializeFailed

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