|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.foxsmart.csu.AuthenticationFailedException
public class AuthenticationFailedException
This exception is thrown when an invalid username or password was specified when attempting to login to a Cisco router.
| 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 |
|---|
public AuthenticationFailedException()
public AuthenticationFailedException(java.lang.String message)
message - The message to include in the exception.
public AuthenticationFailedException(java.lang.String message,
java.lang.Throwable throwable)
message - The message to include in the exception.throwable - The throwable.public AuthenticationFailedException(java.lang.Throwable throwable)
throwable - The throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||