Class IllegalTokenException

  • All Implemented Interfaces:
    Serializable

    public class IllegalTokenException
    extends IllegalArgumentException
    This exception indicates that a Fernet token could not be created because one or more of the parameters was invalid.

    Copyright © 2017 Carlos Macasaet.

    Author:
    Carlos Macasaet
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalTokenException

        public IllegalTokenException​(String message)
      • IllegalTokenException

        public IllegalTokenException​(String message,
                                     Throwable cause)