org.jboss.seam.exception.control.example.jaxrs.handler.declarative
Interface DeclarativeRestExceptionHandlers


@HandlesExceptions
public interface DeclarativeRestExceptionHandlers


Method Summary
 void onInvalidIdentifier(CaughtException<IllegalArgumentException> e)
           
 void onNoAccess(CaughtException<AccessControlException> e)
           
 

Method Detail

onNoAccess

void onNoAccess(@Handles
                CaughtException<AccessControlException> e)

onInvalidIdentifier

void onInvalidIdentifier(@Handles
                         CaughtException<IllegalArgumentException> e)


Copyright © 2010 Seam Framework. All Rights Reserved.