Class KeySourceException

    • Constructor Detail

      • KeySourceException

        public KeySourceException​(String message)
        Creates a new key source exception.
        Parameters:
        message - The message.
      • KeySourceException

        public KeySourceException​(String message,
                                  Throwable cause)
        Creates a new key source exception.
        Parameters:
        message - The message.
        cause - The cause.
      • KeySourceException

        public KeySourceException​(Throwable cause)
        Creates a new key source exception.
        Parameters:
        cause - The cause.