|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrightcoveExceptionHandler
Allows users to specify their own logic on what to do when an exception is thrown by the Media API or the Java wraper.
Method Summary | |
---|---|
java.lang.Boolean |
handleException(BrightcoveException be,
java.lang.String methodName)
Called whenever the Media API wrapper encounters an exception |
Method Detail |
---|
java.lang.Boolean handleException(BrightcoveException be, java.lang.String methodName) throws BrightcoveException
Called whenever the Media API wrapper encounters an exception
be
- Exception thrown by the Media API or the Java wrapper
BrightcoveException
- If query shouldn't be retried
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |