Class CryptoFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultipleCryptoFailedException

public class CryptoFailedException extends Exception
Exception gets thrown when some cryptographic function failed.
See Also:
  • Constructor Details

    • CryptoFailedException

      public CryptoFailedException(String message, Exception wrappedException)
    • CryptoFailedException

      public CryptoFailedException(String message)
    • CryptoFailedException

      public CryptoFailedException(Exception e)