Class MultipleCryptoFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException
-
- org.jivesoftware.smackx.omemo.exceptions.MultipleCryptoFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class MultipleCryptoFailedException extends CryptoFailedException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MultipleCryptoFailedException
from(java.util.List<CryptoFailedException> cryptoFailedExceptions)
java.util.List<CryptoFailedException>
getCryptoFailedExceptions()
-
-
-
Method Detail
-
from
public static MultipleCryptoFailedException from(java.util.List<CryptoFailedException> cryptoFailedExceptions)
-
getCryptoFailedExceptions
public java.util.List<CryptoFailedException> getCryptoFailedExceptions()
-
-