Class SSHKeyNotValidException

All Implemented Interfaces:
Serializable

public class SSHKeyNotValidException extends PerunException
Validation of SSH key failed for some reason
Author:
David Flor <davidflor@seznam.cz>
See Also:
  • Constructor Details

    • SSHKeyNotValidException

      public SSHKeyNotValidException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • SSHKeyNotValidException

      public SSHKeyNotValidException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • SSHKeyNotValidException

      public SSHKeyNotValidException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception