Package com.google.gerrit.common.errors
Class InvalidSshKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.common.errors.InvalidSshKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidSshKeyException extends Exception
Error indicating the SSH key string is invalid as supplied.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSshKeyException()
InvalidSshKeyException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidSshKeyException
public InvalidSshKeyException()
-
InvalidSshKeyException
public InvalidSshKeyException(Throwable cause)
-
-