Class CryptoAnalysisException

    • Constructor Detail

      • CryptoAnalysisException

        public CryptoAnalysisException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - a detail message.
      • CryptoAnalysisException

        public CryptoAnalysisException​(String message,
                                       Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - a detail message.
        cause - the cause of the exception.