Class CryptoException

    • Constructor Detail

      • CryptoException

        public CryptoException​(String message)
        Constructor with detailed message.
        Parameters:
        message - detailed message
      • CryptoException

        public CryptoException​(String message,
                               Throwable throwable)
        Constructor with detailed message and wrapped throwable.
        Parameters:
        message - detailed message
        throwable - wrapped throwable