Package sop.exception

Class SOPGPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SOPGPException.AmbiguousInput, SOPGPException.BadData, SOPGPException.CannotDecrypt, SOPGPException.CertCannotEncrypt, SOPGPException.ExpectedText, SOPGPException.IncompatibleOptions, SOPGPException.IncompleteVerification, SOPGPException.KeyCannotSign, SOPGPException.KeyIsProtected, SOPGPException.MissingArg, SOPGPException.MissingInput, SOPGPException.NoSignature, SOPGPException.OutputExists, SOPGPException.PasswordNotHumanReadable, SOPGPException.UnsupportedAsymmetricAlgo, SOPGPException.UnsupportedOption, SOPGPException.UnsupportedProfile, SOPGPException.UnsupportedSpecialPrefix, SOPGPException.UnsupportedSubcommand

public abstract class SOPGPException extends RuntimeException
See Also:
  • Constructor Details

    • SOPGPException

      public SOPGPException()
    • SOPGPException

      public SOPGPException(String message)
    • SOPGPException

      public SOPGPException(Throwable e)
    • SOPGPException

      public SOPGPException(String message, Throwable cause)
  • Method Details

    • getExitCode

      public abstract int getExitCode()