org.apache.axis2.wsdl.databinding
Class UnmatchedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.axis2.wsdl.databinding.UnmatchedTypeException
- All Implemented Interfaces:
- Serializable
public class UnmatchedTypeException
- extends RuntimeException
A simple exception that will be thrown if a type is not matched!
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnmatchedTypeException
public UnmatchedTypeException()
UnmatchedTypeException
public UnmatchedTypeException(String message)
UnmatchedTypeException
public UnmatchedTypeException(Throwable cause)
UnmatchedTypeException
public UnmatchedTypeException(String message,
Throwable cause)