Class WfCryptoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.whiteflagprotocol.java.crypto.WfCryptoException
All Implemented Interfaces:
Serializable

public class WfCryptoException extends Exception
Whiteflag protocol cryptographic exception class
Since:
1.1
See Also:
  • Constructor Details

    • WfCryptoException

      public WfCryptoException(String message, Throwable cause)
      Creates a Whiteflag crypto exception
      Parameters:
      message - a human readible error message
      cause - the causing error, or null