ccc.web.rendering
Class AuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ccc.web.rendering.AuthenticationRequiredException
All Implemented Interfaces:
java.io.Serializable

Deprecated.

@Deprecated
public class AuthenticationRequiredException
extends java.lang.RuntimeException

An exception indicating that a user attempted to access a resource without sufficient privileges.

Author:
Civic Computing Ltd.
See Also:
Serialized Form

Constructor Summary
AuthenticationRequiredException(java.lang.String r)
          Deprecated. Constructor.
 
Method Summary
 java.lang.String getTarget()
          Deprecated. Accessor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationRequiredException

public AuthenticationRequiredException(java.lang.String r)
Deprecated. 
Constructor.

Parameters:
r - The path to the resource that requires authentication.
Method Detail

getTarget

public java.lang.String getTarget()
Deprecated. 
Accessor.

Returns:
The path to the resource that requires authentication.


Copyright © 2010. All Rights Reserved.