Package org.openspaces.events.notify
Class CannotCreateNotifySessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.openspaces.events.notify.CannotCreateNotifySessionException
- All Implemented Interfaces:
Serializable
public class CannotCreateNotifySessionException
extends org.springframework.dao.DataAccessResourceFailureException
A failure to create a notify session.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotCreateNotifySessionException(String message, EventSessionConfig config) CannotCreateNotifySessionException(String message, EventSessionConfig config, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCreateNotifySessionException
-
CannotCreateNotifySessionException
public CannotCreateNotifySessionException(String message, EventSessionConfig config, Throwable cause)
-
-
Method Details
-
getConfig
-