Package sop.exception
Class SOPGPException.CannotDecrypt
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sop.exception.SOPGPException
-
- sop.exception.SOPGPException.CannotDecrypt
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SOPGPException
public static class SOPGPException.CannotDecrypt extends SOPGPException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class sop.exception.SOPGPException
SOPGPException.AmbiguousInput, SOPGPException.BadData, SOPGPException.CannotDecrypt, SOPGPException.CertCannotEncrypt, SOPGPException.CertCannotSign, SOPGPException.ExpectedText, SOPGPException.IncompleteVerification, SOPGPException.KeyIsProtected, SOPGPException.MissingArg, SOPGPException.MissingInput, SOPGPException.NoSignature, SOPGPException.OutputExists, SOPGPException.PasswordNotHumanReadable, SOPGPException.UnsupportedAsymmetricAlgo, SOPGPException.UnsupportedOption, SOPGPException.UnsupportedSpecialPrefix, SOPGPException.UnsupportedSubcommand
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXIT_CODE
-
Constructor Summary
Constructors Constructor Description CannotDecrypt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getExitCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
EXIT_CODE
public static final int EXIT_CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CannotDecrypt
public CannotDecrypt()
-
-
Method Detail
-
getExitCode
public int getExitCode()
- Specified by:
getExitCode
in classSOPGPException
-
-