Package com.google.gerrit.server
Class GpgException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gerrit.server.GpgException
-
- All Implemented Interfaces:
Serializable
public class GpgException extends Exception
Generic exception type for GPG-related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GpgException(String message)
GpgException(String message, Throwable cause)
GpgException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-