org.makumba
Class UnauthorizedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnauthenticatedException

public class UnauthorizedException
extends LogicException

An unauthorized exception, due to mismatch of attribute values

Version:
$Id: UnauthorizedException.java 5136 2010-05-18 18:22:33Z rosso_nero $
Author:
Cristian Bogdan, Manuel Gay
See Also:
Serialized Form

Constructor Summary
UnauthorizedException()
           
UnauthorizedException(String message)
           
 
Method Summary
 
Methods inherited from class org.makumba.commons.WrappedException
getReason, isControllerOriginated, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnauthorizedException

public UnauthorizedException()

UnauthorizedException

public UnauthorizedException(String message)