org.apache.axis2.wsdl.databinding
Class UnmatchedTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.axis2.wsdl.databinding.UnmatchedTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnmatchedTypeException
extends java.lang.RuntimeException

A simple exception that will be thrown if a type is not matched!

See Also:
Serialized Form

Constructor Summary
UnmatchedTypeException()
           
UnmatchedTypeException(java.lang.String message)
           
UnmatchedTypeException(java.lang.String message, java.lang.Throwable cause)
           
UnmatchedTypeException(java.lang.Throwable cause)
           
 
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

UnmatchedTypeException

public UnmatchedTypeException()

UnmatchedTypeException

public UnmatchedTypeException(java.lang.String message)

UnmatchedTypeException

public UnmatchedTypeException(java.lang.Throwable cause)

UnmatchedTypeException

public UnmatchedTypeException(java.lang.String message,
                              java.lang.Throwable cause)


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.