public class RepositoryCreationException extends InvalidDataAccessApiUsageException
| Constructor and Description |
|---|
RepositoryCreationException(String msg,
Class<?> repositoryInterface)
Constructor for RepositoryCreationException.
|
RepositoryCreationException(String msg,
Throwable cause,
Class<?> repositoryInterface)
Constructor for RepositoryException.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getRepositoryInterface() |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RepositoryCreationException(String msg, Class<?> repositoryInterface)
msg - the detail message.repositoryInterface - the repository interface.public RepositoryCreationException(String msg, Throwable cause, Class<?> repositoryInterface)
msg - the detail message.cause - the root cause from the data access API in use.repositoryInterface - the repository interface.public Class<?> getRepositoryInterface()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.