org.makumba
Class UnauthenticatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.makumba.commons.WrappedException
              extended by org.makumba.LogicException
                  extended by org.makumba.UnauthorizedException
                      extended by org.makumba.UnauthenticatedException
All Implemented Interfaces:
Serializable

public class UnauthenticatedException
extends UnauthorizedException

An unauthenticated exception, typically due to a missing attribute

Version:
$Id: UnauthenticatedException.java 5149 2010-05-18 19:00:47Z rosso_nero $
Author:
Cristian Bogdan
See Also:
Serialized Form

Constructor Summary
UnauthenticatedException()
           
UnauthenticatedException(String message)
           
 
Method Summary
 String getAttributeName()
           
 String getMessage()
           
 void setAttributeName(String s)
          set the missing attribute name
 
Methods inherited from class org.makumba.commons.WrappedException
getReason, isControllerOriginated, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthenticatedException

public UnauthenticatedException()

UnauthenticatedException

public UnauthenticatedException(String message)
Method Detail

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String s)
set the missing attribute name


getMessage

public String getMessage()
Overrides:
getMessage in class Throwable