Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.interception
Class CommandInterceptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.arquillian.ajocado.interception.CommandInterceptionException
All Implemented Interfaces:
Serializable

public class CommandInterceptionException
extends Exception

Thrown when at least one interceptor didn't call CommandContext.invoke() in it's CommandInterceptor.intercept(CommandContext) method body

Version:
$Revision$
Author:
Lukas Fryc
See Also:
Serialized Form

Constructor Summary
CommandInterceptionException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandInterceptionException

public CommandInterceptionException()

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.