pt.digitalis.dif.exception.security
Class AuthorizationManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.DIFException
              extended by pt.digitalis.dif.exception.security.AuthorizationManagerException
All Implemented Interfaces:
Serializable, IContextException

public class AuthorizationManagerException
extends DIFException

Authorization manager related exception.

Author:
Rodrigo Gonçalves rgoncalves@digitalis.pt
See Also:
Serialized Form
Created on:
2008/04/21

Constructor Summary
AuthorizationManagerException(Exception exception)
          Constructs a new AuthorizationManagerException that wraps a Java Exception.
AuthorizationManagerException(String reason)
          Constructs a new AuthorizationManagerException from a reason.
AuthorizationManagerException(String reason, Exception exception)
          Constructs a new AuthorizationManagerException from a reason and a Java Exception.
 
Method Summary
 
Methods inherited from class pt.digitalis.dif.exception.DIFException
addToExceptionContext, getExceptionContext, getRenderedExceptionContext, setExceptionContext
 
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

AuthorizationManagerException

public AuthorizationManagerException(Exception exception)
Constructs a new AuthorizationManagerException that wraps a Java Exception.

Parameters:
exception - the exception to encapsulate.

AuthorizationManagerException

public AuthorizationManagerException(String reason,
                                     Exception exception)
Constructs a new AuthorizationManagerException from a reason and a Java Exception.

Parameters:
reason - the exception reason.
exception - the exception to encapsulate.

AuthorizationManagerException

public AuthorizationManagerException(String reason)
Constructs a new AuthorizationManagerException from a reason.

Parameters:
reason - the exception reason.


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.