com.sshtools.ui.swing
Class PasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sshtools.ui.swing.PasswordException
All Implemented Interfaces:
java.io.Serializable

public class PasswordException
extends java.lang.Exception

Exception used by the authenticator and the password manager

See Also:
Serialized Form

Constructor Summary
PasswordException(java.lang.String message)
          Construct a new exception
PasswordException(java.lang.String message, java.lang.Throwable cause)
          Construct a new exception
PasswordException(java.lang.Throwable cause)
          Construct a new exception
 
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

PasswordException

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

Parameters:
message - message

PasswordException

public PasswordException(java.lang.String message,
                         java.lang.Throwable cause)
Construct a new exception

Parameters:
message - message
cause - cause

PasswordException

public PasswordException(java.lang.Throwable cause)
Construct a new exception

Parameters:
cause - cause


Copyright © 2003-2009 SSHTOOLS LTD. All Rights Reserved.