com.foxsmart.csu
Class InvalidEnablePasswordException

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

public class InvalidEnablePasswordException
extends java.lang.Exception

This exception is thrown when an invalid enable password was specified when attempting to gain enable access on a Cisco router.

See Also:
Serialized Form

Constructor Summary
InvalidEnablePasswordException()
          Constructs a new invalid enable password exception with no message.
InvalidEnablePasswordException(java.lang.String message)
          Constructs a new invalid enable password exception with a message.
InvalidEnablePasswordException(java.lang.String message, java.lang.Throwable throwable)
          Constructs a new invalid enable password exception.
InvalidEnablePasswordException(java.lang.Throwable throwable)
          Constructs a new invalid enable password 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

InvalidEnablePasswordException

public InvalidEnablePasswordException()
Constructs a new invalid enable password exception with no message.


InvalidEnablePasswordException

public InvalidEnablePasswordException(java.lang.String message)
Constructs a new invalid enable password exception with a message.

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

InvalidEnablePasswordException

public InvalidEnablePasswordException(java.lang.String message,
                                      java.lang.Throwable throwable)
Constructs a new invalid enable password exception.

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

InvalidEnablePasswordException

public InvalidEnablePasswordException(java.lang.Throwable throwable)
Constructs a new invalid enable password exception with no message and a throwable.

Parameters:
throwable - The throwable.


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