com.sshtools.profile
Class AuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sshtools.profile.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends java.lang.Exception

Exception thrown if the authentication with a host fails for some reason during connection.

Version:
$Revision: 1.1 $
Author:
$Author: richard $
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Construct a new exception with no message or cause
AuthenticationException(java.lang.String message)
          Construct a new exception with a message.
 
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

AuthenticationException

public AuthenticationException()
Construct a new exception with no message or cause


AuthenticationException

public AuthenticationException(java.lang.String message)
Construct a new exception with a message.

Parameters:
message - message


Copyright © 2003-2004 3SP LTD. All Rights Reserved.