Package com.wire.cryptobox
Class CryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.wire.cryptobox.CryptoException
-
- All Implemented Interfaces:
java.io.Serializable
public final class CryptoException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCryptoException.Code
-
Field Summary
Fields Modifier and Type Field Description CryptoException.Codecode
-
Constructor Summary
Constructors Constructor Description CryptoException(CryptoException.Code code)
-
-
-
Field Detail
-
code
public final CryptoException.Code code
-
-
Constructor Detail
-
CryptoException
public CryptoException(CryptoException.Code code)
-
-