Class Unauthorized

java.lang.Object
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
invalid reference
ShiroException
and Subject is not authenticated.
  • Constructor Details

    • Unauthorized

      public Unauthorized()
  • Method Details

    • getMessage

      public String getMessage()
    • reportException

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

      public Throwable getException()