corelib.security
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by corelib.security.SecurityManagerException
              extended by corelib.security.UnauthorizedException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedException
extends SecurityManagerException

This type of exceptions is thrown when a unauthorized user attempt to login into the secure system.

Since:
0.3.6
Author:
Infini Software : Alexia Ramaļoli & Dominique Liard
See Also:
SecurityManagerException, Serialized Form

Constructor Summary
UnauthorizedException()
          Class constructor.
UnauthorizedException(java.lang.String message)
          Class constructor.
UnauthorizedException(java.lang.String message, java.lang.Throwable innestException)
          Class constructor.
 
Method Summary
 
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

UnauthorizedException

public UnauthorizedException()
Class constructor.


UnauthorizedException

public UnauthorizedException(java.lang.String message)
Class constructor.

Parameters:
message - The specific exception message to display.

UnauthorizedException

public UnauthorizedException(java.lang.String message,
                             java.lang.Throwable innestException)
Class constructor.

Parameters:
message - The specific exception message to display.
innestException - The throwable that has thrown this exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.