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