Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Sep 2nd, 2011  |  syntax: None  |  size: 0.22 KB  |  views: 46  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.         void handleException(@Handles CaughtException<Throwable> e)
  2.         {
  3.                 handleAndRedirect(e, "/virheet/javavirhe.xhtml");
  4.         }
  5.  
  6.         void handleSessionExpired(@Handles CaughtException<SessionExpiredException> e)
  7.         {
  8.                 e.handled();
  9.         }
clone this paste RAW Paste Data