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