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