Class KeyDiversificationException

  • All Implemented Interfaces:
    Serializable

    public class KeyDiversificationException
    extends Exception
    This class represents an Exception for the key diversification service
    See Also:
    Serialized Form
    • Constructor Detail

      • KeyDiversificationException

        public KeyDiversificationException​(String strMessage)
        Constructor
        Parameters:
        strMessage - The error message
      • KeyDiversificationException

        public KeyDiversificationException​(String strMessage,
                                           Exception exception)
        Constructor
        Parameters:
        strMessage - The error message
        exception - The initial exception
      • KeyDiversificationException

        public KeyDiversificationException()
        Constructor