Package sop.exception

Class SOPGPException.KeyIsProtected

All Implemented Interfaces:
Serializable
Enclosing class:
SOPGPException

public static class SOPGPException.KeyIsProtected extends SOPGPException
A KEYS input is protected (locked) with a password and sop failed to unlock it.
See Also:
  • Field Details

  • Constructor Details

    • KeyIsProtected

      public KeyIsProtected()
    • KeyIsProtected

      public KeyIsProtected(String message)
    • KeyIsProtected

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