org.tynamo.security.pages
Class Unauthorized

java.lang.Object
  extended by org.tynamo.security.pages.Unauthorized
All Implemented Interfaces:
org.apache.tapestry5.services.ExceptionReporter

public class Unauthorized
extends Object
implements org.apache.tapestry5.services.ExceptionReporter

This page rendered if was thrown ShiroException and Subject is not authenticated.


Constructor Summary
Unauthorized()
           
 
Method Summary
 Throwable getException()
           
 String getMessage()
           
 void reportException(Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Unauthorized

public Unauthorized()
Method Detail

getMessage

public String getMessage()

reportException

public void reportException(Throwable exception)
Specified by:
reportException in interface org.apache.tapestry5.services.ExceptionReporter

getException

public Throwable getException()


Copyright © 2004-2012. All Rights Reserved.