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:
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(List<CryptoFailedException> cryptoFailedExceptions)
List<CryptoFailedException>
getCryptoFailedExceptions()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
from
public static MultipleCryptoFailedException from(List<CryptoFailedException> cryptoFailedExceptions)
-
getCryptoFailedExceptions
public List<CryptoFailedException> getCryptoFailedExceptions()
-
-