org.jboss.test.iiop.interfaces
Class NegativeArgumentException

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

public class NegativeArgumentException
extends java.lang.Exception

An exception class for testing exception propagation over IIOP.

See Also:
Serialized Form

Constructor Summary
NegativeArgumentException(int i)
           
 
Method Summary
 int getNegativeArgument()
           
 
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
 

Constructor Detail

NegativeArgumentException

public NegativeArgumentException(int i)
Method Detail

getNegativeArgument

public int getNegativeArgument()