fr.ifremer.isisfish.util.ssh
Class InvalidPassphraseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.ifremer.isisfish.util.ssh.InvalidPassphraseException
All Implemented Interfaces:
Serializable

public class InvalidPassphraseException
extends Exception

Exception throws for password input cancellation.

Version:
$Revision: 3124 $ Last update : $Date: 2010-11-29 19:14:09 +0100 (Mon, 29 Nov 2010) $ By : $Author: chatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
InvalidPassphraseException(String message)
          Constructor with message.
InvalidPassphraseException(String message, Throwable cause)
          Constructor with message and cause.
 
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

InvalidPassphraseException

public InvalidPassphraseException(String message,
                                  Throwable cause)
Constructor with message and cause.

Parameters:
message - message
cause - cause

InvalidPassphraseException

public InvalidPassphraseException(String message)
Constructor with message.

Parameters:
message - message


Copyright © 1999-2012 CodeLutin. All Rights Reserved.