org.hibernate
Class TypeMismatchException
- Nestable
public class TypeMismatchException
Used when a user provided type does not match the expected one
TypeMismatchException(String s)- Constructs a new
NestableRuntimeException with specified
detail message.
|
TypeMismatchException(String string, Throwable root)- Constructs a new
NestableRuntimeException with specified
detail message and nested Throwable.
|
TypeMismatchException(Throwable root)- Constructs a new
NestableRuntimeException with specified
nested Throwable.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
TypeMismatchException
public TypeMismatchException(String s)
Constructs a new NestableRuntimeException with specified
detail message.
TypeMismatchException
public TypeMismatchException(String string,
Throwable root) Constructs a new NestableRuntimeException with specified
detail message and nested Throwable.
TypeMismatchException
public TypeMismatchException(Throwable root)
Constructs a new NestableRuntimeException with specified
nested Throwable.