Hi,
Had you already solved this problem ?
I have a question.
Though SecurityBreakException extends RuntimeException,
the design is proper ?
I think that RuntimeException is categorized in system exception
and it is generally in the case that there is no proper implementation even if catching it.
Ex) NullPointerException, ArrayOutOfBoundsException, etc
So, how about stopping the way that SecurityBreakException extends RuntimeException ?