Class InvalidKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.threema.apitool.exceptions.InvalidKeyException
All Implemented Interfaces:
Serializable

public class InvalidKeyException extends Exception
Exception that gets thrown when an invalid key has been specified (e.g. wrong length).
See Also:
  • Constructor Details

    • InvalidKeyException

      public InvalidKeyException(String s)