public class SessionFactoryLookupFailureException extends NonTransientDataAccessException
SessionFactoryLookup implementation, indicating that the specified
SessionFactory could not be obtained.| Constructor and Description |
|---|
SessionFactoryLookupFailureException(String msg)
Create a new
SessionFactoryLookupFailureException. |
SessionFactoryLookupFailureException(String msg,
Throwable cause)
Create a new
SessionFactoryLookupFailureException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SessionFactoryLookupFailureException(String msg)
SessionFactoryLookupFailureException.msg - the detail message.public SessionFactoryLookupFailureException(String msg, Throwable cause)
SessionFactoryLookupFailureException.msg - the detail message.cause - the root cause (usually from using a underlying lookup API).Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.