org.csapi
Class TpCommonExceptions

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.csapi.TpCommonExceptions
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpCommonExceptions
extends org.omg.CORBA.UserException

Generated from IDL definition of exception "TpCommonExceptions"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int ExceptionType
           
 java.lang.String ExtraInformation
           
 
Constructor Summary
TpCommonExceptions()
           
TpCommonExceptions(int ExceptionType, java.lang.String ExtraInformation)
           
TpCommonExceptions(java.lang.String _reason, int ExceptionType, java.lang.String ExtraInformation)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ExceptionType

public int ExceptionType

ExtraInformation

public java.lang.String ExtraInformation
Constructor Detail

TpCommonExceptions

public TpCommonExceptions()

TpCommonExceptions

public TpCommonExceptions(java.lang.String _reason,
                          int ExceptionType,
                          java.lang.String ExtraInformation)

TpCommonExceptions

public TpCommonExceptions(int ExceptionType,
                          java.lang.String ExtraInformation)


Copyright © 2008. All Rights Reserved.