Package net.solarnetwork.node.setup
Class InvalidVerificationCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.solarnetwork.node.setup.InvalidVerificationCodeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidVerificationCodeException(String message) Construct with a message.InvalidVerificationCodeException(String message, Throwable t) Construct with a message and exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidVerificationCodeException
Construct with a message.- Parameters:
message- the message
-
InvalidVerificationCodeException
Construct with a message and exception.- Parameters:
message- messaget- the original exception
-