com.foxsmart.csu
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.foxsmart.csu.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends java.lang.Exception

This exception is thrown when an invalid username or password was specified when attempting to login to a Cisco router.

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException()
          Constructs a new authentication failed exception with no message.
AuthenticationFailedException(java.lang.String message)
          Constructs a new authentication failed exception with a message.
AuthenticationFailedException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new authentication failed exception with a message and a throwable.
AuthenticationFailedException(java.lang.Throwable throwable)
          Constructs a new authentication failed exception with no message and a throwable.
 
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()
Constructs a new authentication failed exception with no message.


AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message)
Constructs a new authentication failed exception with a message.

Parameters:
message - The message to include in the exception.

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message,
                                     java.lang.Throwable throwable)
Constructs a new authentication failed exception with a message and a throwable.

Parameters:
message - The message to include in the exception.
throwable - The throwable.

AuthenticationFailedException

public AuthenticationFailedException(java.lang.Throwable throwable)
Constructs a new authentication failed exception with no message and a throwable.

Parameters:
throwable - The throwable.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.