Class SessionBoundaryError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.smallmind.nutsnbolts.lang.FormattedError
org.smallmind.persistence.orm.aop.SessionError
org.smallmind.persistence.orm.aop.SessionBoundaryError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSessionBoundaryError(int closure) SessionBoundaryError(int closure, String message, Object... args) SessionBoundaryError(int closure, Throwable throwable) SessionBoundaryError(int closure, Throwable throwable, String message, Object... args) -
Method Summary
Methods inherited from class org.smallmind.persistence.orm.aop.SessionError
getClosureMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionBoundaryError
public SessionBoundaryError(int closure) -
SessionBoundaryError
-
SessionBoundaryError
-
SessionBoundaryError
-