PINException
OwnerPIN
Constructs a PINException. To conserve on resources use throwIt() to use the JCRE owned instance of this class.paramreason the reason for the exception super(reason);
throwIt()
super(reason);
Throws an instance of PINException with the specified reason.paramreason the reason for the exception.exceptionPINException always throw new PINException(reason);
throw new PINException(reason);