PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Want more features on Pastebin?
Sign Up
, it's FREE!
Public Pastes
Overlap
Python | 5 sec ago
Untitled
9 sec ago
Untitled
12 sec ago
Untitled
18 sec ago
door
Lua | 19 sec ago
Untitled
25 sec ago
Backbrace Application
27 sec ago
Untitled
27 sec ago
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)
void handleException(@Handles CaughtException<Throwable> e)
{
handleAndRedirect(e, "/virheet/javavirhe.xhtml");
}
void handleSessionExpired(@Handles CaughtException<SessionExpiredException> e)
{
e.handled();
}
clone
this paste
RAW Paste Data
void handleException(@Handles CaughtException<Throwable> e) { handleAndRedirect(e, "/virheet/javavirhe.xhtml"); } void handleSessionExpired(@Handles CaughtException<SessionExpiredException> e) { e.handled(); }