net.sf.asterisk.manager
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.asterisk.manager.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends java.lang.Exception

An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.

Version:
$Id: AuthenticationFailedException.java,v 1.3 2005/02/23 22:50:57 srt Exp $
Author:
srt
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(java.lang.String message)
          Creates a new AuthenticationFailedException with the given message.
AuthenticationFailedException(java.lang.String message, java.lang.Throwable cause)
          Creates a new AuthenticationFailedException with the given message and cause.
 
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

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message)
Creates a new AuthenticationFailedException with the given message.

Parameters:
message - message describing the authentication failure

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message,
                                     java.lang.Throwable cause)
Creates a new AuthenticationFailedException with the given message and cause.

Parameters:
message - message describing the authentication failure
cause - exception that caused the authentication failure


Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.