Package io.tarantool.driver.mappers
Class InterfaceParameterTypeNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.tarantool.driver.mappers.InterfaceParameterTypeNotFoundException
-
- All Implemented Interfaces:
Serializable
public class InterfaceParameterTypeNotFoundException extends Exception
Represents all types of errors when the target interface parameter type cannot be determined- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterfaceParameterTypeNotFoundException(String format, Object... params)
Create the exception with a message template
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-