Package com.goterl.lazysodium.exceptions
Class SodiumException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.goterl.lazysodium.exceptions.SodiumException
-
- All Implemented Interfaces:
java.io.Serializable
public class SodiumException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SodiumException(java.lang.String message)SodiumException(java.lang.String message, java.lang.Throwable cause)SodiumException(java.lang.Throwable cause)
-