@InterceptorBinding @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface End
Conversation
.
Note: Unless the exception is of a permitted type, if this method throws an exception, the conversation will not be
ended.Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Exception>[] |
permit
Sets the exception types for which, when encountered during a method invocation, the
Conversation will still end. |
public abstract Class<? extends Exception>[] permit
Conversation
will still end.
(In other words: These exceptions do not abort @End
)
By default: { empty array } - all encountered exceptions will cause the Conversation
to remain open.Copyright © 2012 Seam Framework. All Rights Reserved.