Class InvalidVerificationCodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.solarnetwork.node.setup.InvalidVerificationCodeException
All Implemented Interfaces:
Serializable

public class InvalidVerificationCodeException extends Exception
Exception used to identify invalid verification codes, generally thrown when an exception is encountered trying to decode a verification code.
Version:
1.0
Author:
maxieduncan
See Also:
  • Constructor Details

    • InvalidVerificationCodeException

      public InvalidVerificationCodeException(String message)
      Construct with a message.
      Parameters:
      message - the message
    • InvalidVerificationCodeException

      public InvalidVerificationCodeException(String message, Throwable t)
      Construct with a message and exception.
      Parameters:
      message - message
      t - the original exception