org.ws4d.java.service
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ws4d.java.service.InvocationException
              extended by org.ws4d.java.service.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends InvocationException

See Also:
Serialized Form

Constructor Summary
TypeMismatchException()
           
 
Method Summary
 
Methods inherited from class org.ws4d.java.service.InvocationException
getAction, getCode, getDetail, getMessage, getReason, getSubcode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeMismatchException

public TypeMismatchException()