org.jboss.test.excepiiop.interfaces
Class IdlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.omg.CORBA.UserException
              extended byorg.jboss.test.excepiiop.interfaces.IdlException
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

org/jboss/test/excepiiop/interfaces/IdlException.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from IdlException.idl Thursday, July 17, 2003 6:39:23 PM BRT

See Also:
Serialized Form

Field Summary
 int i
           
 java.lang.String s
           
 
Constructor Summary
IdlException()
           
IdlException(int _i, java.lang.String _s)
           
IdlException(java.lang.String $reason, int _i, java.lang.String _s)
           
 
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

i

public int i

s

public java.lang.String s
Constructor Detail

IdlException

public IdlException()

IdlException

public IdlException(int _i,
                    java.lang.String _s)

IdlException

public IdlException(java.lang.String $reason,
                    int _i,
                    java.lang.String _s)