org.jboss.test.excepiiop.interfaces
Class JavaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.test.excepiiop.interfaces.JavaException
All Implemented Interfaces:
java.io.Serializable

public class JavaException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 int i
           
 java.lang.String s
           
 
Constructor Summary
JavaException()
           
JavaException(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

JavaException

public JavaException()

JavaException

public JavaException(int i,
                     java.lang.String s)