Class UnexpectedSessionError
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.UnexpectedSessionError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnexpectedSessionError(int closure) UnexpectedSessionError(int closure, String message, Object... args) UnexpectedSessionError(int closure, Throwable throwable) UnexpectedSessionError(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
-
UnexpectedSessionError
public UnexpectedSessionError(int closure) -
UnexpectedSessionError
-
UnexpectedSessionError
-
UnexpectedSessionError
-