pt.digitalis.dif.exception.security
Class AuthenticationManagerException

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.AuthenticationManagerException
All Implemented Interfaces:
Serializable, IContextException

public class AuthenticationManagerException
extends DIFException

Authentication manager related exception.

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

Constructor Summary
AuthenticationManagerException(Exception exception)
          Constructs a new AuthenticationManagerException that wraps a Java Exception.
AuthenticationManagerException(String reason)
          Constructs a new AuthenticationManagerException from a reason.
AuthenticationManagerException(String reason, Exception exception)
          Constructs a new AuthenticationManagerException 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

AuthenticationManagerException

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

Parameters:
exception - the exception to encapsulate.

AuthenticationManagerException

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

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

AuthenticationManagerException

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

Parameters:
reason - the exception reason.


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