org.jboss.seam.async
Class AsynchronousExceptionHandler

java.lang.Object
  extended by org.jboss.seam.async.AsynchronousExceptionHandler

@Scope(value=STATELESS)
@Name(value="org.jboss.seam.async.asynchronousExceptionHandler")
@Install(precedence=0)
@BypassInterceptors
public class AsynchronousExceptionHandler
extends Object


Constructor Summary
AsynchronousExceptionHandler()
           
 
Method Summary
 void handleException(Exception throwable)
           
static AsynchronousExceptionHandler instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousExceptionHandler

public AsynchronousExceptionHandler()
Method Detail

handleException

public void handleException(Exception throwable)

instance

public static AsynchronousExceptionHandler instance()


Copyright © 2011 Seam Framework. All Rights Reserved.