Secure iNet Factory

com.jscape.inet.ssh.authentication
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jscape.inet.ssh.authentication.AuthenticationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RequestFailureException

public class AuthenticationException
extends java.io.IOException

Represents common authentication error.

Version:
1.0
Author:
Alex Usun
See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Method AuthenticationException
AuthenticationException(java.lang.String s)
          Method AuthenticationException
AuthenticationException(java.lang.Throwable cause)
          Method AuthenticationException
 
Method Summary
 java.lang.Throwable getCause()
          Method getReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
Method AuthenticationException


AuthenticationException

public AuthenticationException(java.lang.String s)
Method AuthenticationException

Parameters:
s -

AuthenticationException

public AuthenticationException(java.lang.Throwable cause)
Method AuthenticationException

Parameters:
cause -
Method Detail

getCause

public java.lang.Throwable getCause()
Method getReason

Overrides:
getCause in class java.lang.Throwable
Returns:
Exception

Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved