com.ibm.websphere.samples.technologysamples.basiccalcclient.common
Class BasicCalculatorClient.CalcException_DivideByZero

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient.CalcException_DivideByZero
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BasicCalculatorClient

public class BasicCalculatorClient.CalcException_DivideByZero
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BasicCalculatorClient.CalcException_DivideByZero()
           
 
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
 

Constructor Detail

BasicCalculatorClient.CalcException_DivideByZero

public BasicCalculatorClient.CalcException_DivideByZero()